diff options
author | bartfab@chromium.org <bartfab@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-11-06 12:34:02 +0000 |
---|---|---|
committer | bartfab@chromium.org <bartfab@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-11-06 12:34:02 +0000 |
commit | 23c4534fa99432a65d427d2e417c1b5713c0cc30 (patch) | |
tree | f097565bd8309b6b6ea03aec01f79c95d81d5e8e /ash/ash.gyp | |
parent | 98d3c686ee6d19e50b12557969416739d7f6a44f (diff) | |
download | chromium_src-23c4534fa99432a65d427d2e417c1b5713c0cc30.zip chromium_src-23c4534fa99432a65d427d2e417c1b5713c0cc30.tar.gz chromium_src-23c4534fa99432a65d427d2e417c1b5713c0cc30.tar.bz2 |
Create helper function to determine label for sign-out button
This CL moves the code that determines the label for the sign-out button
shown in the aura bar context menu to a helper function. This will allow
the code to be shared with the upcoming aura bar sign-out button for
public accounts, ensuring the labels on both buttons are always in sync.
BUG=152929
Review URL: https://chromiumcodereview.appspot.com/11338041
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@166194 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ash/ash.gyp')
-rw-r--r-- | ash/ash.gyp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ash/ash.gyp b/ash/ash.gyp index e1d4eae..b7af253 100644 --- a/ash/ash.gyp +++ b/ash/ash.gyp @@ -237,6 +237,7 @@ 'system/tray_caps_lock.h', 'system/tray_update.cc', 'system/tray_update.h', + 'system/user/login_status.cc', 'system/user/login_status.h', 'system/user/tray_user.cc', 'system/user/tray_user.h', |