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..b0ca80647bb48b3c70019ee177804ccf0b0a0265 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 HandleRequestProfilesInfo(const ListValue* args); |
+ |
#if !defined(OS_CHROMEOS) |
// Callback for the "showNetworkProxySettings" message. This will invoke |
// an appropriate dialog for configuring proxy settings. |