Index: chrome/browser/ui/webui/options/browser_options_handler.h |
diff --git a/chrome/browser/ui/webui/options/browser_options_handler.h b/chrome/browser/ui/webui/options/browser_options_handler.h |
index 6dbc64d5acad2ead2b3af8bcc683018ae7617c17..33b291710daade9c17d90c2b6eac90166a1f8c45 100644 |
--- a/chrome/browser/ui/webui/options/browser_options_handler.h |
+++ b/chrome/browser/ui/webui/options/browser_options_handler.h |
@@ -228,6 +228,9 @@ class BrowserOptionsHandler |
// Callback for the "restartBrowser" message. Restores all tabs on restart. |
void HandleRestartBrowser(const ListValue* args); |
+ // Callback for "requestProfilesInfo" message. |
+ void RequestProfilesInfo(const ListValue* args); |
Bernhard Bauer
2013/08/09 08:57:14
Callbacks are named starting with "Handle" (compar
ibra
2013/08/09 09:02:26
Done.
|
+ |
#if !defined(OS_CHROMEOS) |
// Callback for the "showNetworkProxySettings" message. This will invoke |
// an appropriate dialog for configuring proxy settings. |