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

Issue 49003003: [Profiles, SyzyASAN] Remove incorrect use of profile_ on the IO thread. (Closed)

Created:
7 years, 1 month ago by rpetterson
Modified:
7 years, 1 month ago
CC:
chromium-reviews
Base URL:
http://git.chromium.org/chromium/src.git@master
Visibility:
Public.

Description

[Profiles, SyzyASAN] Remove incorrect use of profile_ on the IO thread. BUG=290974 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=233502

Patch Set 1 #

Total comments: 1

Patch Set 2 : fixing uses of profile_ on the IO thread #

Patch Set 3 : remove comment #

Total comments: 2

Patch Set 4 : revert extension IPC changes #

Patch Set 5 : oops, reverted too far #

Unified diffs Side-by-side diffs Delta from patch set Stats (+8 lines, -4 lines) Patch
M chrome/browser/renderer_host/chrome_render_message_filter.h View 1 2 3 4 1 chunk +3 lines, -0 lines 0 comments Download
M chrome/browser/renderer_host/chrome_render_message_filter.cc View 1 2 3 4 2 chunks +5 lines, -4 lines 0 comments Download

Messages

Total messages: 9 (0 generated)
rpetterson
7 years, 1 month ago (2013-10-28 17:12:07 UTC) #1
jam
https://codereview.chromium.org/49003003/diff/1/chrome/browser/renderer_host/chrome_render_message_filter.cc File chrome/browser/renderer_host/chrome_render_message_filter.cc (right): https://codereview.chromium.org/49003003/diff/1/chrome/browser/renderer_host/chrome_render_message_filter.cc#newcode199 chrome/browser/renderer_host/chrome_render_message_filter.cc:199: if (profile_ && profile_->GetNetworkPredictor()) this code isn't thread safe, ...
7 years, 1 month ago (2013-10-28 20:20:50 UTC) #2
rpetterson
On 2013/10/28 20:20:50, jam wrote: > https://codereview.chromium.org/49003003/diff/1/chrome/browser/renderer_host/chrome_render_message_filter.cc > File chrome/browser/renderer_host/chrome_render_message_filter.cc (right): > > https://codereview.chromium.org/49003003/diff/1/chrome/browser/renderer_host/chrome_render_message_filter.cc#newcode199 > ...
7 years, 1 month ago (2013-10-29 00:50:30 UTC) #3
not at google - send to devlin
lgtm
7 years, 1 month ago (2013-10-29 14:30:02 UTC) #4
jam
https://codereview.chromium.org/49003003/diff/80001/chrome/browser/renderer_host/chrome_render_message_filter.cc File chrome/browser/renderer_host/chrome_render_message_filter.cc (left): https://codereview.chromium.org/49003003/diff/80001/chrome/browser/renderer_host/chrome_render_message_filter.cc#oldcode406 chrome/browser/renderer_host/chrome_render_message_filter.cc:406: extensions::ExtensionSystem::Get(profile_)->event_router()->AddEventListener( this method runs on the UI thread, see ...
7 years, 1 month ago (2013-10-29 17:09:23 UTC) #5
rpetterson
https://codereview.chromium.org/49003003/diff/80001/chrome/browser/renderer_host/chrome_render_message_filter.cc File chrome/browser/renderer_host/chrome_render_message_filter.cc (left): https://codereview.chromium.org/49003003/diff/80001/chrome/browser/renderer_host/chrome_render_message_filter.cc#oldcode406 chrome/browser/renderer_host/chrome_render_message_filter.cc:406: extensions::ExtensionSystem::Get(profile_)->event_router()->AddEventListener( On 2013/10/29 17:09:24, jam wrote: > this method ...
7 years, 1 month ago (2013-10-29 23:22:33 UTC) #6
jam
lgtm
7 years, 1 month ago (2013-10-30 01:28:19 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/rlp@chromium.org/49003003/170001
7 years, 1 month ago (2013-11-07 02:24:27 UTC) #8
commit-bot: I haz the power
7 years, 1 month ago (2013-11-07 06:26:51 UTC) #9
Message was sent while issue was closed.
Change committed as 233502

Powered by Google App Engine
This is Rietveld 408576698