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

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

Issue 2121303003: Remove the "Settings" packaged app (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 5 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 4407c92ba7dcd6d5c9981429499a64ec2290c5aa..fe6ec6cc18829d13530dc9fa74b67da7a36a899e 100644
--- a/chrome/browser/ui/webui/options/manage_profile_handler.h
+++ b/chrome/browser/ui/webui/options/manage_profile_handler.h
@@ -88,13 +88,6 @@ class ManageProfileHandler : public OptionsPageUIHandler,
// ]
void SetProfileIconAndName(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);

Powered by Google App Engine
This is Rietveld 408576698