| 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..000bae8a0d69ef26eaf5adaa6812fc9feb24860e 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 EnrollConsumerManagement(const base::ListValue* args);
|
| #endif
|
|
|
| // Setup the visibility for the metrics reporting setting.
|
|
|