Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(7303)

Unified Diff: chrome/browser/ui/webui/options/browser_options_handler.h

Issue 234583003: Add a command line switch --enable-consumer-management. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix the comment Created 6 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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);
Dan Beam 2014/04/16 23:22:03 nit: HandleEnrollConsumerManagement
davidyu 2014/04/17 01:14:55 Done.
#endif
// Setup the visibility for the metrics reporting setting.

Powered by Google App Engine
This is Rietveld 408576698