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

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

Issue 11968034: Enable profile switching for standalone App Launcher via the Settings App. (Closed) Base URL: git://nomatter.syd/chromium/src.git@master
Patch Set: Created 7 years, 11 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/profiles/profile_manager.h
diff --git a/chrome/browser/profiles/profile_manager.h b/chrome/browser/profiles/profile_manager.h
index 9d1e03f7be98e6f2588722ed9ca352026de91515..ab99129b1cf87f47ceb51525ec7a7551ca9f792f 100644
--- a/chrome/browser/profiles/profile_manager.h
+++ b/chrome/browser/profiles/profile_manager.h
@@ -98,6 +98,8 @@ class ProfileManager : public base::NonThreadSafe,
// stored in Local State, hand back the Default profile.
Profile* GetLastUsedProfile(const FilePath& user_data_dir);
+ Profile* GetAppListProfile(const FilePath& user_data_dir);
tapted 2013/01/17 04:23:31 I think there is a case for putting this into app_
benwells 2013/01/17 04:30:29 I like having the getter/setter in the same place.
koz (OOO until 15th September) 2013/01/18 05:37:33 Done.
+
// Same as instance method but provides the default user_data_dir as well.
static Profile* GetLastUsedProfile();

Powered by Google App Engine
This is Rietveld 408576698