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

Unified Diff: chrome/browser/ui/webui/options/manage_profile_handler.h

Issue 12090062: Enable profile switching for standalone App Launcher via the Settings App. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: disable tests on aura Created 7 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: chrome/browser/ui/webui/options/manage_profile_handler.h
diff --git a/chrome/browser/ui/webui/options/manage_profile_handler.h b/chrome/browser/ui/webui/options/manage_profile_handler.h
index 0149b5700377f778b4a1652bedf256da75ba9296..1254123f9ddbdb684ac87c71aca05794c6031967 100644
--- a/chrome/browser/ui/webui/options/manage_profile_handler.h
+++ b/chrome/browser/ui/webui/options/manage_profile_handler.h
@@ -74,6 +74,13 @@ class ManageProfileHandler : public OptionsPageUIHandler {
// |args| is of the form: [ {string} profileFilePath ]
void DeleteProfile(const base::ListValue* args);
+#if defined(ENABLE_SETTINGS_APP)
+ // Callback for the "switchAppListProfile" message. Asks the
+ // app_list_controller to change the profile registered for the AppList.
+ // |args| is of the form: [ {string} profileFilePath ]
+ void SwitchAppListProfile(const base::ListValue* args);
+#endif
+
// Callback for the 'profileIconSelectionChanged' message. Used to update the
// name in the manager profile dialog based on the selected icon.
void ProfileIconSelectionChanged(const base::ListValue* args);
« no previous file with comments | « chrome/browser/ui/webui/options/browser_options_handler.cc ('k') | chrome/browser/ui/webui/options/manage_profile_handler.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698