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

Issue 15927028: Update remoting/ to use WeakPtr<T>::get() instead of implicit "operator T*" (Closed)

Created:
7 years, 6 months ago by akalin
Modified:
7 years, 6 months ago
Reviewers:
Wez
CC:
chromium-reviews, jamiewalch+watch_chromium.org, dcaiafa+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, weitaosu+watch_chromium.org, alexeypa+watch_chromium.org, sergeyu+watch_chromium.org
Visibility:
Public.

Description

Update remoting/ to use WeakPtr<T>::get() instead of implicit "operator T*" BUG=245942 R=wez@chromium.org Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=203796

Patch Set 1 #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+42 lines, -40 lines) Patch
M remoting/client/frame_consumer_proxy.cc View 3 chunks +4 lines, -4 lines 1 comment Download
M remoting/client/plugin/chromoting_instance.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M remoting/client/plugin/pepper_token_fetcher.cc View 1 chunk +1 line, -1 line 0 comments Download
M remoting/client/plugin/pepper_xmpp_proxy.cc View 1 chunk +1 line, -1 line 0 comments Download
M remoting/host/continue_window.cc View 4 chunks +5 lines, -5 lines 0 comments Download
M remoting/host/desktop_session_proxy.cc View 6 chunks +10 lines, -10 lines 0 comments Download
M remoting/host/disconnect_window_gtk.cc View 3 chunks +4 lines, -4 lines 0 comments Download
M remoting/host/host_event_logger_posix.cc View 1 chunk +1 line, -1 line 0 comments Download
M remoting/host/host_window_proxy.cc View 4 chunks +5 lines, -5 lines 0 comments Download
M remoting/host/ipc_host_event_logger.cc View 1 chunk +1 line, -1 line 0 comments Download
M remoting/host/local_input_monitor_linux.cc View 1 chunk +1 line, -1 line 0 comments Download
M remoting/host/log_to_server.cc View 1 chunk +1 line, -1 line 0 comments Download
M remoting/protocol/fake_session.cc View 1 chunk +6 lines, -4 lines 0 comments Download

Messages

Total messages: 6 (0 generated)
akalin
+wez for review may end up TBRing darin, as this is an automated pass. Worth ...
7 years, 6 months ago (2013-06-03 21:46:26 UTC) #1
Wez
AFAICT all of the affected lines are already Boolean checks of the WeakPtr, with one ...
7 years, 6 months ago (2013-06-03 22:02:54 UTC) #2
akalin
On 2013/06/03 22:02:54, Wez wrote: > AFAICT all of the affected lines are already Boolean ...
7 years, 6 months ago (2013-06-03 22:07:24 UTC) #3
Wez
Assuming there's some reason why we can't leave Boolean uses of |weak_ptr| as |weak_ptr| without ...
7 years, 6 months ago (2013-06-03 22:17:17 UTC) #4
akalin
On 2013/06/03 22:17:17, Wez wrote: > Assuming there's some reason why we can't leave Boolean ...
7 years, 6 months ago (2013-06-03 22:19:23 UTC) #5
akalin
7 years, 6 months ago (2013-06-04 00:02:20 UTC) #6
Message was sent while issue was closed.
Committed patchset #1 manually as r203796 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698