| 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 d935c27d273743d4424dda5588fc20629e26425a..a7053380750a7313526fd083d307d878edc5ee5e 100644
|
| --- a/chrome/browser/ui/webui/options/browser_options_handler.h
|
| +++ b/chrome/browser/ui/webui/options/browser_options_handler.h
|
| @@ -282,6 +282,9 @@ class BrowserOptionsHandler
|
| // Called when the user confirmed factory reset. Chrome will
|
| // initiate asynchronous file operation and then log out.
|
| void PerformFactoryResetRestart(const base::ListValue* args);
|
| +
|
| + // Called when the consumer management enroll button is clicked.
|
| + void HandleEnrollConsumerManagement(const base::ListValue* args);
|
| #endif
|
|
|
| // Setup the visibility for the metrics reporting setting.
|
|
|