diff options
author | oshima@chromium.org <oshima@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-12-12 09:54:29 +0000 |
---|---|---|
committer | oshima@chromium.org <oshima@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-12-12 09:54:29 +0000 |
commit | 945f9cae941c94f4043595454aced2cb31cbeda8 (patch) | |
tree | 2edec774917a7b8820c5e711babcda020bf2d1a8 /chrome/browser/automation | |
parent | eb10ce48efc10df2f0eeb5e26b14bf3120ea90fc (diff) | |
download | chromium_src-945f9cae941c94f4043595454aced2cb31cbeda8.zip chromium_src-945f9cae941c94f4043595454aced2cb31cbeda8.tar.gz chromium_src-945f9cae941c94f4043595454aced2cb31cbeda8.tar.bz2 |
[Cleanup] rename tray_delegate -> system_tray_delegate
BUG=none
TEST=none
Review URL: https://chromiumcodereview.appspot.com/11476034
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@172566 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/automation')
-rw-r--r-- | chrome/browser/automation/testing_automation_provider_chromeos.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/automation/testing_automation_provider_chromeos.cc b/chrome/browser/automation/testing_automation_provider_chromeos.cc index 98c9ab8..c487cc9 100644 --- a/chrome/browser/automation/testing_automation_provider_chromeos.cc +++ b/chrome/browser/automation/testing_automation_provider_chromeos.cc @@ -408,7 +408,7 @@ void TestingAutomationProvider::AddLoginEventObserver( void TestingAutomationProvider::SignOut(DictionaryValue* args, IPC::Message* reply_message) { - ash::Shell::GetInstance()->tray_delegate()->SignOut(); + ash::Shell::GetInstance()->system_tray_delegate()->SignOut(); // Sign out has the side effect of restarting the session_manager // and chrome, thereby severing the automation channel, so it's // not really necessary to send a reply back. The next line is |