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

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

Issue 15774008: Pass errors generated during limited-user registration up to the UI for display. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Addressed Drew's comments Created 7 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/options/manage_profile_handler.h
===================================================================
--- chrome/browser/ui/webui/options/manage_profile_handler.h (revision 203598)
+++ chrome/browser/ui/webui/options/manage_profile_handler.h (working copy)
@@ -70,10 +70,6 @@
// ]
void SetProfileNameAndIcon(const base::ListValue* args);
- // Callback for the "deleteProfile" message. Deletes the given profile.
- // |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.
« 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