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

Unified Diff: chrome/browser/ui/webui/options/manage_profile_handler.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/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..e38b89507adbdb365f10ae439229fafaf7cb54da 100644
--- a/chrome/browser/ui/webui/options/manage_profile_handler.h
+++ b/chrome/browser/ui/webui/options/manage_profile_handler.h
@@ -74,6 +74,11 @@ class ManageProfileHandler : public OptionsPageUIHandler {
// |args| is of the form: [ {string} profileFilePath ]
void DeleteProfile(const base::ListValue* args);
+ // Callback for the "profilesAppListSwitch" message. Asks the
+ // app_list_controller to change the profile registered for the AppList.
+ // |args| is of the form: [ {string} profileFilePath ]
+ void ProfilesAppListSwitch(const base::ListValue* args);
+
// 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);

Powered by Google App Engine
This is Rietveld 408576698