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

Unified Diff: chrome/browser/profiles/profile_info_cache.h

Issue 884923004: [Profiles] Delete test-only method from the ProfileInfoCache (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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
« no previous file with comments | « no previous file | chrome/browser/profiles/profile_info_cache.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/profiles/profile_info_cache.h
diff --git a/chrome/browser/profiles/profile_info_cache.h b/chrome/browser/profiles/profile_info_cache.h
index 95db92c438fa54767df3137bafc1b73fd664757e..1fe893723ef17339b01902ebfc8d5db1a8ade0c5 100644
--- a/chrome/browser/profiles/profile_info_cache.h
+++ b/chrome/browser/profiles/profile_info_cache.h
@@ -129,12 +129,6 @@ class ProfileInfoCache : public ProfileInfoInterface,
const base::FilePath& GetUserDataDir() const;
- // Gets all names of profiles associated with this instance of Chrome.
- // Because this method will be called during uninstall, before the creation
- // of the ProfileManager, it reads directly from the local state preferences,
- // rather than going through the ProfileInfoCache object.
- static std::vector<base::string16> GetProfileNames();
-
// Register cache related preferences in Local State.
static void RegisterPrefs(PrefRegistrySimple* registry);
« no previous file with comments | « no previous file | chrome/browser/profiles/profile_info_cache.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698