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

Issue 6312004: Make BlockedPlugin implement RenderViewObserver so that RenderView doesn't ha... (Closed)

Created:
9 years, 11 months ago by jam
Modified:
9 years, 7 months ago
Reviewers:
Chris Evans
CC:
chromium-reviews, darin-cc_chromium.org, brettw-cc_chromium.org
Visibility:
Public.

Description

Make BlockedPlugin implement RenderViewObserver so that RenderView doesn't have to know about it. Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=71629

Patch Set 1 : '' #

Total comments: 4

Patch Set 2 : '' #

Patch Set 3 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+41 lines, -95 lines) Patch
M chrome/renderer/blocked_plugin.h View 3 chunks +13 lines, -12 lines 0 comments Download
M chrome/renderer/blocked_plugin.cc View 1 2 5 chunks +26 lines, -11 lines 0 comments Download
D chrome/renderer/custom_menu_listener.h View 1 chunk +0 lines, -22 lines 0 comments Download
M chrome/renderer/render_view.h View 6 chunks +0 lines, -20 lines 0 comments Download
M chrome/renderer/render_view.cc View 7 chunks +2 lines, -30 lines 0 comments Download

Messages

Total messages: 6 (0 generated)
jam
9 years, 11 months ago (2011-01-17 01:19:37 UTC) #1
Chris Evans
Broadly LGTM, with one concern to resolve. And thanks for the clean-up. You might want ...
9 years, 11 months ago (2011-01-17 13:50:30 UTC) #2
jam
http://codereview.chromium.org/6312004/diff/13001/chrome/renderer/blocked_plugin.cc File chrome/renderer/blocked_plugin.cc (right): http://codereview.chromium.org/6312004/diff/13001/chrome/renderer/blocked_plugin.cc#newcode119 chrome/renderer/blocked_plugin.cc:119: render_view()->showContextMenu(NULL, menu_data); On 2011/01/17 13:50:30, Chris Evans wrote: > ...
9 years, 11 months ago (2011-01-17 18:45:19 UTC) #3
jam
http://codereview.chromium.org/6312004/diff/13001/chrome/renderer/blocked_plugin.cc File chrome/renderer/blocked_plugin.cc (right): http://codereview.chromium.org/6312004/diff/13001/chrome/renderer/blocked_plugin.cc#newcode119 chrome/renderer/blocked_plugin.cc:119: render_view()->showContextMenu(NULL, menu_data); On 2011/01/17 18:45:19, John Abd-El-Malek wrote: > ...
9 years, 11 months ago (2011-01-17 18:47:46 UTC) #4
jam
Fixed, I now watch the message for menu closing
9 years, 11 months ago (2011-01-17 19:34:51 UTC) #5
Chris Evans
9 years, 11 months ago (2011-01-17 21:32:13 UTC) #6
On 2011/01/17 19:34:51, John Abd-El-Malek wrote:
> Fixed, I now watch the message for menu closing

LGTM, but there seems to be a compile error. Possibly a missing ::ID ?

Powered by Google App Engine
This is Rietveld 408576698