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

Unified Diff: chrome/browser/background_page_tracker.h

Issue 5685007: Rename all methods accessing Singleton<T> as GetInstance(). (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 10 years 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 | « chrome/browser/about_flags.cc ('k') | chrome/browser/background_page_tracker.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/background_page_tracker.h
diff --git a/chrome/browser/background_page_tracker.h b/chrome/browser/background_page_tracker.h
index 2b3b90c0c2e564eec66b347c28da46eb5b6e0dcc..e66c96110a796fd3105e08ed22b1de25a2486cec 100644
--- a/chrome/browser/background_page_tracker.h
+++ b/chrome/browser/background_page_tracker.h
@@ -27,7 +27,7 @@ class BackgroundPageTracker : public NotificationObserver {
static void RegisterPrefs(PrefService* prefs);
// Convenience routine which gets the singleton object.
- static BackgroundPageTracker* GetSingleton();
+ static BackgroundPageTracker* GetInstance();
// Returns the number of background apps/extensions currently loaded.
int GetBackgroundPageCount();
« no previous file with comments | « chrome/browser/about_flags.cc ('k') | chrome/browser/background_page_tracker.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698