mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-06-05 21:39:12 +02:00
Update to Chromium revision 1ae106db (#414607)
This commit is contained in:
@@ -28,8 +28,8 @@ class CefExtensionsClient : public ExtensionsClient {
|
||||
const std::string GetProductName() override;
|
||||
std::unique_ptr<FeatureProvider> CreateFeatureProvider(
|
||||
const std::string& name) const override;
|
||||
std::unique_ptr<JSONFeatureProviderSource> CreateFeatureProviderSource(
|
||||
const std::string& name) const override;
|
||||
std::unique_ptr<JSONFeatureProviderSource> CreateAPIFeatureSource()
|
||||
const override;
|
||||
void FilterHostPermissions(const URLPatternSet& hosts,
|
||||
URLPatternSet* new_hosts,
|
||||
PermissionIDSet* permissions) const override;
|
||||
@@ -41,7 +41,6 @@ class CefExtensionsClient : public ExtensionsClient {
|
||||
bool IsScriptableURL(const GURL& url, std::string* error) const override;
|
||||
bool IsAPISchemaGenerated(const std::string& name) const override;
|
||||
base::StringPiece GetAPISchema(const std::string& name) const override;
|
||||
void RegisterAPISchemaResources(ExtensionAPI* api) const override;
|
||||
bool ShouldSuppressFatalErrors() const override;
|
||||
void RecordDidSuppressFatalError() override;
|
||||
std::string GetWebstoreBaseURL() const override;
|
||||
|
Reference in New Issue
Block a user