Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(12)

Unified Diff: extensions/browser/api/extensions_api_client.cc

Issue 550403003: Move declarative api files to extensions/browser/api/declarative. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix browser tests. Created 6 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « extensions/browser/api/extensions_api_client.h ('k') | extensions/common/api/events.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: extensions/browser/api/extensions_api_client.cc
diff --git a/extensions/browser/api/extensions_api_client.cc b/extensions/browser/api/extensions_api_client.cc
index 0fb3a7996e25a1b961bb79d282ceac6bf524be03..2f809ef9cb629f14c22e82e0bc2a85a08e28b8be 100644
--- a/extensions/browser/api/extensions_api_client.cc
+++ b/extensions/browser/api/extensions_api_client.cc
@@ -48,4 +48,11 @@ WebViewPermissionHelperDelegate* ExtensionsAPIClient::
return NULL;
}
+scoped_refptr<RulesRegistry> ExtensionsAPIClient::GetRulesRegistry(
+ content::BrowserContext* browser_context,
+ const RulesRegistry::WebViewKey& webview_key,
+ const std::string& event_name) {
+ return scoped_refptr<RulesRegistry>();
+}
+
} // namespace extensions
« no previous file with comments | « extensions/browser/api/extensions_api_client.h ('k') | extensions/common/api/events.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698