| 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 a34a3c3a4faf4401c3f1f4b4ec7bbd523e2683d5..9364a8f0efe87d6b8a25c8429a6b36f1e9b828b0 100644
|
| --- a/chrome/browser/chromeos/login/help_app_launcher.h
|
| +++ b/chrome/browser/chromeos/login/help_app_launcher.h
|
| @@ -24,16 +24,12 @@ class HelpAppLauncher : public base::RefCountedThreadSafe<HelpAppLauncher> {
|
| public:
|
| // IDs of help topics available from HelpApp.
|
| enum HelpTopic {
|
| - // Showed on basic connectivity issues.
|
| - HELP_CONNECTIVITY = 188752,
|
| // Showed at EULA screen as "Learn more" about stats/crash reports.
|
| HELP_STATS_USAGE = 183078,
|
| // Showed whenever there're troubles signing in.
|
| HELP_CANT_ACCESS_ACCOUNT = 188036,
|
| // Showed in case when account was disabled.
|
| HELP_ACCOUNT_DISABLED = 188756,
|
| - // Showed in case when hosted account is used.
|
| - HELP_HOSTED_ACCOUNT = 1054228,
|
| // Showed as "Learn more" about enterprise enrolled devices.
|
| HELP_ENTERPRISE = 2535613,
|
| // Shown at reset screen as "Learn more" about powerwash/rollback options.
|
|
|