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. |