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

Unified Diff: chrome/browser/extensions/api/profile_keyed_api_factory.h

Issue 11682005: Remove some Profile-keyed factory boilerplate: management omnibox preference push_messaging. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 12 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: chrome/browser/extensions/api/profile_keyed_api_factory.h
diff --git a/chrome/browser/extensions/api/profile_keyed_api_factory.h b/chrome/browser/extensions/api/profile_keyed_api_factory.h
index e8cb29d379cc771cd738943496d0fdda25f06b9b..e89d3e0e97eb7303a08bf1417d580ee7e1573c80 100644
--- a/chrome/browser/extensions/api/profile_keyed_api_factory.h
+++ b/chrome/browser/extensions/api/profile_keyed_api_factory.h
@@ -54,7 +54,6 @@ class ProfileKeyedAPIFactory : public ProfileKeyedServiceFactory {
// ProfileKeyedAPIFactory<ProcessesAPI>::GetInstance() {
// return &g_factory.Get();
// }
-
static ProfileKeyedAPIFactory* GetInstance();
// Declare dependencies on other factories.

Powered by Google App Engine
This is Rietveld 408576698