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_; |