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

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

Issue 2314913003: Deprecate HOSTED_NOT_ALLOWED auth error (Closed)
Patch Set: Replace NUM_DEPRECATED_STATES with IsDeprecated() Created 4 years, 3 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/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.
« no previous file with comments | « chrome/browser/chromeos/login/existing_user_controller.cc ('k') | chrome/browser/chromeos/login/ui/webui_login_display.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698