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/extension_system.h

Issue 137753016: ExtensionSystem cleanup part 2 (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: deps Created 6 years, 10 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
Index: extensions/browser/extension_system.h
diff --git a/extensions/browser/extension_system.h b/extensions/browser/extension_system.h
index ef967b18eb95807bb24edf35c538c5e7668f3277..b1e724c2bba7945ac19cf0e38099d534a149e4bd 100644
--- a/extensions/browser/extension_system.h
+++ b/extensions/browser/extension_system.h
@@ -51,7 +51,6 @@ class ExtensionSystem : public BrowserContextKeyedService {
virtual ~ExtensionSystem();
// Returns the instance for the given browser context, or NULL if none.
- // A convenience wrapper around ExtensionSystemFactory::GetForBrowserContext.
static ExtensionSystem* Get(content::BrowserContext* context);
// Initializes extensions machinery.

Powered by Google App Engine
This is Rietveld 408576698