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

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

Issue 7400032: Multi-profile WebUI settings (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: Notify when deleting profile from cache Created 9 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/personal_options_handler.h
diff --git a/chrome/browser/ui/webui/options/personal_options_handler.h b/chrome/browser/ui/webui/options/personal_options_handler.h
index 7f23fbc72ffae27eefd32de0621df58904bd9be1..dfd1c56caf8a76baefcc895ab30ef672cd82f706 100644
--- a/chrome/browser/ui/webui/options/personal_options_handler.h
+++ b/chrome/browser/ui/webui/options/personal_options_handler.h
@@ -53,6 +53,9 @@ class PersonalOptionsHandler : public OptionsPageUIHandler,
NotificationRegistrar registrar_;
#endif
+ void SendProfilesInfo();
James Hawkins 2011/07/19 20:22:09 Document these methods.
+ void ProfilesCreate(const ListValue* args);
+
// True if the multiprofiles switch is enabled.
bool multiprofile_;

Powered by Google App Engine
This is Rietveld 408576698