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

Unified Diff: chrome/browser/chromeos/login/help_app_launcher.h

Issue 539273002: Added UI to enable debugging features on CrOS (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 1 month 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/chromeos/login/help_app_launcher.h
diff --git a/chrome/browser/chromeos/login/help_app_launcher.h b/chrome/browser/chromeos/login/help_app_launcher.h
index 33d769a600021b3bc73c17541d9e1ba1c88559eb..d623f719ffe49813c73183619f0fa62aed00a351 100644
--- a/chrome/browser/chromeos/login/help_app_launcher.h
+++ b/chrome/browser/chromeos/login/help_app_launcher.h
@@ -38,6 +38,9 @@ class HelpAppLauncher : public base::RefCountedThreadSafe<HelpAppLauncher> {
HELP_ENTERPRISE = 2535613,
// Shown at reset screen as "Learn more" about powerwash/rollback options.
HELP_POWERWASH = 183084,
+ // Shown at enable debugging screen as "Learn more" about developer options.
+ // TODO(zelidrag): Add the real article number.
+ HELP_ENABLE_DEBUGGING = 183084,
Nikita (slow) 2014/11/05 17:33:15 nit: Please make sure that there's an issue filed
zel 2014/11/11 01:02:28 Done. The link will stay hidden until we create th
};
// Parent window is used to show dialog.

Powered by Google App Engine
This is Rietveld 408576698