| 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,
|
| };
|
|
|
| // Parent window is used to show dialog.
|
|
|