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

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

Issue 1058433002: [cros login, new GAIA] New UI for not authorized error (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 5 years, 8 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 33d769a600021b3bc73c17541d9e1ba1c88559eb..2be8f921275c424eb0947ff197cfde17c1809c12 100644
--- a/chrome/browser/chromeos/login/help_app_launcher.h
+++ b/chrome/browser/chromeos/login/help_app_launcher.h
@@ -26,9 +26,7 @@ class HelpAppLauncher : public base::RefCountedThreadSafe<HelpAppLauncher> {
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 (offline case).
- HELP_CANT_ACCESS_ACCOUNT_OFFLINE = 188755,
- // Showed whenever there're troubles signing in (online case).
+ // Showed whenever there're troubles signing in.
HELP_CANT_ACCESS_ACCOUNT = 188036,
// Showed in case when account was disabled.
HELP_ACCOUNT_DISABLED = 188756,
« no previous file with comments | « chrome/browser/chromeos/login/existing_user_controller.cc ('k') | chrome/browser/chromeos/login/ui/login_display.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698