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

Unified Diff: chrome/browser/ui/webui/options2/manage_profile_handler2.h

Issue 10579026: Fix edit profile link in NTP (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: more nits Created 8 years, 6 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/options2/manage_profile_handler2.h
diff --git a/chrome/browser/ui/webui/options2/manage_profile_handler2.h b/chrome/browser/ui/webui/options2/manage_profile_handler2.h
index 7dbf58b6628c62f7aecf0077da3117aaaefb87f1..a53750d446e0d1b6b91a686108be7faef51df497 100644
--- a/chrome/browser/ui/webui/options2/manage_profile_handler2.h
+++ b/chrome/browser/ui/webui/options2/manage_profile_handler2.h
@@ -58,17 +58,6 @@ class ManageProfileHandler : public OptionsPageUIHandler {
// |args| is of the form: [ {string} profileFilePath ]
void DeleteProfile(const base::ListValue* args);
- // Callback for the "requestProfileInfo" message.
- // Given |args| of the form: [ {number} profileIndex ]
- // Sends an object to WebUI of the form:
- // profileInfo = {
- // name: "Profile Name",
- // iconURL: "chrome://path/to/icon/image",
- // filePath: "/path/to/profile/data/on/disk"
- // isCurrentProfile: false,
- // };
- void RequestProfileInfo(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