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

Issue 8619011: Use Authenticator interface in Session and SessionManager (Closed)

Created:
9 years, 1 month ago by Sergey Ulanov
Modified:
9 years ago
Reviewers:
Wez
CC:
chromium-reviews, jamiewalch+watch_chromium.org, hclam+watch_chromium.org, simonmorris+watch_chromium.org, wez+watch_chromium.org, garykac+watch_chromium.org, lambroslambrou+watch_chromium.org, Paweł Hajdan Jr., sergeyu+watch_chromium.org
Visibility:
Public.

Description

Use Authenticator interface in Session and SessionManager. BUG=105214 Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=112127

Patch Set 1 : - #

Patch Set 2 : - #

Total comments: 15

Patch Set 3 : - #

Patch Set 4 : - #

Patch Set 5 : - #

Patch Set 6 : fix unittests #

Unified diffs Side-by-side diffs Delta from patch set Stats (+425 lines, -503 lines) Patch
M remoting/host/chromoting_host.h View 1 4 chunks +7 lines, -3 lines 0 comments Download
M remoting/host/chromoting_host.cc View 1 2 3 4 6 chunks +17 lines, -11 lines 0 comments Download
M remoting/host/plugin/host_script_object.cc View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M remoting/host/simple_host_process.cc View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M remoting/protocol/connection_to_host.cc View 1 3 chunks +5 lines, -7 lines 0 comments Download
M remoting/protocol/content_description.h View 2 chunks +6 lines, -10 lines 0 comments Download
M remoting/protocol/content_description.cc View 1 2 6 chunks +13 lines, -59 lines 0 comments Download
M remoting/protocol/fake_session.h View 1 2 2 chunks +0 lines, -13 lines 0 comments Download
M remoting/protocol/fake_session.cc View 1 2 1 chunk +0 lines, -24 lines 0 comments Download
remoting/protocol/jingle_session.h View 1 2 5 chunks +12 lines, -45 lines 0 comments Download
M remoting/protocol/jingle_session.cc View 1 2 3 4 11 chunks +96 lines, -95 lines 0 comments Download
M remoting/protocol/jingle_session_manager.h View 1 2 3 4 4 chunks +14 lines, -19 lines 0 comments Download
M remoting/protocol/jingle_session_manager.cc View 1 2 3 4 8 chunks +29 lines, -96 lines 0 comments Download
M remoting/protocol/jingle_session_unittest.cc View 1 2 3 4 5 17 chunks +164 lines, -28 lines 0 comments Download
M remoting/protocol/pepper_session.h View 5 chunks +3 lines, -13 lines 0 comments Download
M remoting/protocol/pepper_session.cc View 1 2 7 chunks +32 lines, -45 lines 0 comments Download
M remoting/protocol/pepper_session_manager.h View 1 2 chunks +4 lines, -6 lines 0 comments Download
M remoting/protocol/pepper_session_manager.cc View 1 4 chunks +10 lines, -8 lines 0 comments Download
M remoting/protocol/session.h View 1 2 3 4 1 chunk +0 lines, -10 lines 0 comments Download
M remoting/protocol/session_manager.h View 1 4 chunks +11 lines, -9 lines 0 comments Download

Messages

Total messages: 9 (0 generated)
Sergey Ulanov
This is ready for review now.
9 years, 1 month ago (2011-11-24 00:39:46 UTC) #1
Wez
http://codereview.chromium.org/8619011/diff/6001/remoting/host/chromoting_host.h File remoting/host/chromoting_host.h (right): http://codereview.chromium.org/8619011/diff/6001/remoting/host/chromoting_host.h#newcode98 remoting/host/chromoting_host.h:98: void SetSharedSecret(const std::string& shared_secret); Will you be removing this ...
9 years ago (2011-11-25 06:54:10 UTC) #2
Sergey Ulanov
http://codereview.chromium.org/8619011/diff/6001/remoting/host/chromoting_host.h File remoting/host/chromoting_host.h (right): http://codereview.chromium.org/8619011/diff/6001/remoting/host/chromoting_host.h#newcode98 remoting/host/chromoting_host.h:98: void SetSharedSecret(const std::string& shared_secret); On 2011/11/25 06:54:11, Wez wrote: ...
9 years ago (2011-11-28 18:55:15 UTC) #3
Sergey Ulanov
http://codereview.chromium.org/8619011/diff/6001/remoting/protocol/jingle_session_manager.h File remoting/protocol/jingle_session_manager.h (right): http://codereview.chromium.org/8619011/diff/6001/remoting/protocol/jingle_session_manager.h#newcode42 remoting/protocol/jingle_session_manager.h:42: void set_allow_local_ips(bool allow_local_ips); On 2011/11/28 18:55:16, sergeyu wrote: > ...
9 years ago (2011-11-28 21:36:16 UTC) #4
Wez
On 2011/11/28 21:36:16, sergeyu wrote: > http://codereview.chromium.org/8619011/diff/6001/remoting/protocol/jingle_session_manager.h > File remoting/protocol/jingle_session_manager.h (right): > > http://codereview.chromium.org/8619011/diff/6001/remoting/protocol/jingle_session_manager.h#newcode42 > ...
9 years ago (2011-11-28 21:41:22 UTC) #5
Sergey Ulanov
On 2011/11/28 21:41:22, Wez wrote: > On 2011/11/28 21:36:16, sergeyu wrote: > > > http://codereview.chromium.org/8619011/diff/6001/remoting/protocol/jingle_session_manager.h ...
9 years ago (2011-11-28 21:57:16 UTC) #6
Wez
lgtm
9 years ago (2011-11-29 00:27:14 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/sergeyu@chromium.org/8619011/24001
9 years ago (2011-11-29 21:50:17 UTC) #8
commit-bot: I haz the power
9 years ago (2011-11-29 21:50:19 UTC) #9
Can't process patch for file remoting/protocol/jingle_session.h.
File's status is None, patchset upload is incomplete.

Powered by Google App Engine
This is Rietveld 408576698