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

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

Issue 10689084: Merge 143541 - Fix edit profile link in NTP (Closed) Base URL: svn://svn.chromium.org/chrome/branches/1180/src/
Patch Set: 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
===================================================================
--- chrome/browser/ui/webui/options2/manage_profile_handler2.h (revision 145236)
+++ chrome/browser/ui/webui/options2/manage_profile_handler2.h (working copy)
@@ -58,17 +58,6 @@
// |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