Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(15)

Issue 11886051: Turned UiStrings into a singleton so that the continue window does not depend on ChromotingHost. (Closed)

Created:
7 years, 11 months ago by alexeypa (please no reviews)
Modified:
7 years, 11 months ago
Reviewers:
Lambros
CC:
chromium-reviews, jamiewalch+watch_chromium.org, dcaiafa+watch_chromium.org, simonmorris+watch_chromium.org, hclam+watch_chromium.org, wez+watch_chromium.org, amit, sanjeevr, sail+watch_chromium.org, garykac+watch_chromium.org, lambroslambrou+watch_chromium.org, rmsousa+watch_chromium.org, alexeypa+watch_chromium.org, sergeyu+watch_chromium.org
Visibility:
Public.

Description

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 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=177207

Patch Set 1 #

Patch Set 2 : CR feedback #

Total comments: 8

Patch Set 3 : CR feedback #2 #

Patch Set 4 : rebased #

Unified diffs Side-by-side diffs Delta from patch set Stats (+179 lines, -186 lines) Patch
M remoting/host/chromoting_host.h View 1 2 3 3 chunks +0 lines, -10 lines 0 comments Download
M remoting/host/chromoting_host.cc View 1 2 3 1 chunk +0 lines, -7 lines 0 comments Download
M remoting/host/chromoting_host_unittest.cc View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M remoting/host/continue_window.h View 1 2 chunks +3 lines, -4 lines 0 comments Download
M remoting/host/continue_window_gtk.cc View 1 5 chunks +20 lines, -21 lines 0 comments Download
M remoting/host/continue_window_mac.mm View 1 6 chunks +27 lines, -23 lines 0 comments Download
M remoting/host/continue_window_win.cc View 1 6 chunks +19 lines, -20 lines 0 comments Download
M remoting/host/desktop_session_agent.cc View 1 1 chunk +2 lines, -2 lines 0 comments Download
M remoting/host/disconnect_window.h View 1 1 chunk +4 lines, -4 lines 0 comments Download
M remoting/host/disconnect_window_gtk.cc View 1 6 chunks +20 lines, -16 lines 0 comments Download
M remoting/host/disconnect_window_mac.h View 1 2 1 chunk +2 lines, -4 lines 0 comments Download
M remoting/host/disconnect_window_mac.mm View 1 2 4 chunks +19 lines, -18 lines 0 comments Download
M remoting/host/disconnect_window_win.cc View 1 11 chunks +22 lines, -22 lines 0 comments Download
M remoting/host/host_mock_objects.h View 1 2 3 3 chunks +2 lines, -5 lines 0 comments Download
M remoting/host/host_mock_objects.cc View 1 2 3 2 chunks +3 lines, -2 lines 0 comments Download
M remoting/host/host_user_interface.h View 1 4 chunks +8 lines, -1 line 0 comments Download
M remoting/host/host_user_interface.cc View 1 3 chunks +4 lines, -3 lines 0 comments Download
M remoting/host/it2me_host_user_interface.h View 1 1 chunk +2 lines, -1 line 0 comments Download
M remoting/host/it2me_host_user_interface.cc View 1 3 chunks +5 lines, -4 lines 0 comments Download
M remoting/host/plugin/host_script_object.cc View 1 2 3 7 chunks +11 lines, -15 lines 0 comments Download
M remoting/host/remoting_me2me_host.cc View 1 2 3 2 chunks +3 lines, -1 line 0 comments Download
M remoting/host/ui_strings.cc View 1 2 1 chunk +2 lines, -2 lines 0 comments Download

Messages

Total messages: 13 (0 generated)
alexeypa (please no reviews)
PTAL.
7 years, 11 months ago (2013-01-15 20:43:17 UTC) #1
Wez
On 2013/01/15 20:43:17, alexeypa wrote: > PTAL. Why does it need to be a singleton, ...
7 years, 11 months ago (2013-01-15 20:58:01 UTC) #2
Lambros
On 2013/01/15 20:58:01, Wez wrote: > On 2013/01/15 20:43:17, alexeypa wrote: > > PTAL. > ...
7 years, 11 months ago (2013-01-15 21:07:57 UTC) #3
alexeypa (please no reviews)
On 2013/01/15 20:58:01, Wez wrote: > On 2013/01/15 20:43:17, alexeypa wrote: > > PTAL. > ...
7 years, 11 months ago (2013-01-15 21:09:52 UTC) #4
Wez
On 2013/01/15 21:09:52, alexeypa wrote: > On 2013/01/15 20:58:01, Wez wrote: > > On 2013/01/15 ...
7 years, 11 months ago (2013-01-15 21:16:40 UTC) #5
Lambros
If there really are multiple layers of calls to deal with, I think it's better ...
7 years, 11 months ago (2013-01-15 21:27:19 UTC) #6
alexeypa (please no reviews)
Got rid of singleton. PTAL.
7 years, 11 months ago (2013-01-16 00:05:50 UTC) #7
Lambros
Please update the description. LGTM with nits, though I'm not sure about use of const ...
7 years, 11 months ago (2013-01-16 02:30:47 UTC) #8
alexeypa (please no reviews)
https://chromiumcodereview.appspot.com/11886051/diff/8001/remoting/host/continue_window.h File remoting/host/continue_window.h (right): https://chromiumcodereview.appspot.com/11886051/diff/8001/remoting/host/continue_window.h#newcode31 remoting/host/continue_window.h:31: static scoped_ptr<ContinueWindow> Create(const UiStrings* ui_strings); On 2013/01/16 02:30:47, Lambros ...
7 years, 11 months ago (2013-01-16 16:55:35 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/alexeypa@chromium.org/11886051/16001
7 years, 11 months ago (2013-01-16 16:55:52 UTC) #10
commit-bot: I haz the power
Retried try job too often on win for step(s) compile
7 years, 11 months ago (2013-01-16 17:28:28 UTC) #11
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/alexeypa@chromium.org/11886051/8003
7 years, 11 months ago (2013-01-16 18:09:38 UTC) #12
commit-bot: I haz the power
7 years, 11 months ago (2013-01-16 20:30:10 UTC) #13
Message was sent while issue was closed.
Change committed as 177207

Powered by Google App Engine
This is Rietveld 408576698