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

Unified Diff: extensions/browser/extensions_browser_client.h

Issue 612423003: Move ExtensionCache to //extensions (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix test setup Created 6 years, 2 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/BUILD.gn ('k') | extensions/browser/test_extensions_browser_client.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: extensions/browser/extensions_browser_client.h
diff --git a/extensions/browser/extensions_browser_client.h b/extensions/browser/extensions_browser_client.h
index 5ef97ff48aecae6add724ffbd2422b861b5324c8..5b3b1d2a13a6cba57cf5b514792ce9b68b03c0bc 100644
--- a/extensions/browser/extensions_browser_client.h
+++ b/extensions/browser/extensions_browser_client.h
@@ -38,6 +38,7 @@ class ApiActivityMonitor;
class AppSorting;
class ComponentExtensionResourceManager;
class Extension;
+class ExtensionCache;
class ExtensionHostDelegate;
class ExtensionPrefsObserver;
class ExtensionSystem;
@@ -187,6 +188,9 @@ class ExtensionsBrowserClient {
// Returns the embedder's net::NetLog.
virtual net::NetLog* GetNetLog() = 0;
+ // Gets the single ExtensionCache instance shared across the browser process.
+ virtual ExtensionCache* GetExtensionCache() = 0;
+
// Returns the single instance of |this|.
static ExtensionsBrowserClient* Get();
« no previous file with comments | « extensions/browser/BUILD.gn ('k') | extensions/browser/test_extensions_browser_client.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698