diff options
author | alexeypa@chromium.org <alexeypa@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-01-16 20:30:07 +0000 |
---|---|---|
committer | alexeypa@chromium.org <alexeypa@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-01-16 20:30:07 +0000 |
commit | b47049a6e55ec20778869fd596694addb307aa75 (patch) | |
tree | c574c8db1a2851cec65dd0c559d79a6153033395 /remoting/host/chromoting_host.cc | |
parent | 5b5dc341eeaf170ad4aa6d6ba98f8e97c47211dd (diff) | |
download | chromium_src-b47049a6e55ec20778869fd596694addb307aa75.zip chromium_src-b47049a6e55ec20778869fd596694addb307aa75.tar.gz chromium_src-b47049a6e55ec20778869fd596694addb307aa75.tar.bz2 |
Moved the localized strings from ChromotinHost to HostUserInterface, closer to the UI objects that consume them. Removed a dependency on ChromotingHost from the continue window UI wrapper.
BUG=104544
Review URL: https://chromiumcodereview.appspot.com/11886051
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@177207 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'remoting/host/chromoting_host.cc')
-rw-r--r-- | remoting/host/chromoting_host.cc | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/remoting/host/chromoting_host.cc b/remoting/host/chromoting_host.cc index 9ac490b..51d50aa 100644 --- a/remoting/host/chromoting_host.cc +++ b/remoting/host/chromoting_host.cc @@ -380,13 +380,6 @@ void ChromotingHost::DisconnectAllClients() { } } -void ChromotingHost::SetUiStrings(const UiStrings& ui_strings) { - DCHECK(network_task_runner_->BelongsToCurrentThread()); - DCHECK_EQ(state_, kInitial); - - ui_strings_ = ui_strings; -} - void ChromotingHost::ShutdownFinish() { DCHECK(network_task_runner_->BelongsToCurrentThread()); DCHECK_EQ(state_, kStopping); |