summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authornkostylev@chromium.org <nkostylev@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-11-02 13:58:17 +0000
committernkostylev@chromium.org <nkostylev@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-11-02 13:58:17 +0000
commit371bfd8cfa2d904e94eb0f39b2ddb7888c508670 (patch)
treea30725179fcecaf0f7fe55e45e83ffd6e66f32cf
parentee88399ee834b6fd26d1a2a1e9445a74a9e68061 (diff)
downloadchromium_src-371bfd8cfa2d904e94eb0f39b2ddb7888c508670.zip
chromium_src-371bfd8cfa2d904e94eb0f39b2ddb7888c508670.tar.gz
chromium_src-371bfd8cfa2d904e94eb0f39b2ddb7888c508670.tar.bz2
[cros] Reflect help content change.
password.html & accessaccount.html pages has changed their content visa versa. BUG=chromium-os:8533 TEST=manual. Help content matches offline/online sign in error case. Review URL: http://codereview.chromium.org/4306001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@64739 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r--chrome/browser/chromeos/login/help_app_launcher.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/browser/chromeos/login/help_app_launcher.h b/chrome/browser/chromeos/login/help_app_launcher.h
index e047d34..bbc7508 100644
--- a/chrome/browser/chromeos/login/help_app_launcher.h
+++ b/chrome/browser/chromeos/login/help_app_launcher.h
@@ -23,10 +23,10 @@ class HelpAppLauncher : public LoginHtmlDialog::Delegate {
HELP_CONNECTIVITY,
// Showed at EULA screen as "Learn more" about stats/crash reports.
HELP_STATS_USAGE,
- // Showed whenever there're troubles signing in (online case).
- HELP_CANT_ACCESS_ACCOUNT,
// Showed whenever there're troubles signing in (offline case).
HELP_CANT_ACCESS_ACCOUNT_OFFLINE,
+ // Showed whenever there're troubles signing in (online case).
+ HELP_CANT_ACCESS_ACCOUNT,
// Showed in case when account was disabled.
HELP_ACCOUNT_DISABLED,
// Showed in case when hosted account is used.