diff options
author | flackr@chromium.org <flackr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-08-20 17:34:18 +0000 |
---|---|---|
committer | flackr@chromium.org <flackr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-08-20 17:34:18 +0000 |
commit | 97648ffce8ea8d9a3d2408e9c6d633a575ddfd76 (patch) | |
tree | 2928f95e4eb38d7989d22f51e1c104270be35f24 /ash/ash_strings.grd | |
parent | 5426114610074f80dab6c33a25accab67f4223a4 (diff) | |
download | chromium_src-97648ffce8ea8d9a3d2408e9c6d633a575ddfd76.zip chromium_src-97648ffce8ea8d9a3d2408e9c6d633a575ddfd76.tar.gz chromium_src-97648ffce8ea8d9a3d2408e9c6d633a575ddfd76.tar.bz2 |
Revert 152221 - chromeos: Sync animation.
This was causing Linux ChromiumOS (dbg) browser_tests to fail with timeouts on several tests, identified with a local bisect.
- Pulse app list button while LauncherModel has STATUS_LOADING;
- Remove LauncherItemStatus::STATUS_IS_PENDING etc since it is no longer needed;
- ChromeLauncherController sets LauncherModel::STATUS_LOADING on starting and
watch for sync finish and pending extension install. It sets
LauncherModel::STATUS_NORMAL when sync is finished and there is no pending
extension install from sync, or when a maximum 60 seconds timeout since
turning on loading status;
BUG=129236
TEST=Verify sync animation after OOBE.
Review URL: https://chromiumcodereview.appspot.com/10829268
TBR=xiyuan@chromium.org
Review URL: https://chromiumcodereview.appspot.com/10827420
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@152352 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ash/ash_strings.grd')
-rw-r--r-- | ash/ash_strings.grd | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/ash/ash_strings.grd b/ash/ash_strings.grd index e456190..9c298a3 100644 --- a/ash/ash_strings.grd +++ b/ash/ash_strings.grd @@ -167,9 +167,6 @@ This file contains the strings for ash. <message name="IDS_AURA_APP_LIST_TITLE" desc="The title used for the Aura app list in the launcher"> Apps </message> - <message name="IDS_AURA_APP_LIST_SYNCING_TITLE" desc="The title used for the Aura app list in the launcher to indicate loading/syncing apps."> - Syncing apps... - </message> <message name="IDS_AURA_NEW_TAB" desc="The text label of the New Tab menu item"> New tab </message> |