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

Issue 134183002: Pass frame to ChromeContentRendererClient::ShouldSuppressErrorPage (Closed)

Created:
6 years, 11 months ago by Elly Fong-Jones
Modified:
6 years, 11 months ago
CC:
chromium-reviews, joi+watch-content_chromium.org, darin-cc_chromium.org, jam
Base URL:
https://chromium.googlesource.com/chromium/src.git@lkgr
Visibility:
Public.

Description

Pass frame to ChromeContentRendererClient::ShouldSuppressErrorPage Adding this parameter lets the same object act as an observer for multiple RenderFrames. BUG=329618 TEST=unit,trybot Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=244269

Patch Set 1 #

Total comments: 2

Patch Set 2 : Fix nits #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+17 lines, -9 lines) Patch
M chrome/renderer/chrome_content_renderer_client.h View 1 chunk +2 lines, -1 line 0 comments Download
M chrome/renderer/chrome_content_renderer_client.cc View 1 chunk +3 lines, -1 line 0 comments Download
M chrome/renderer/chrome_content_renderer_client_unittest.cc View 1 1 chunk +4 lines, -2 lines 0 comments Download
M content/public/renderer/content_renderer_client.h View 1 1 chunk +3 lines, -2 lines 0 comments Download
M content/public/renderer/content_renderer_client.cc View 1 chunk +2 lines, -1 line 0 comments Download
M content/renderer/render_frame_impl.cc View 1 chunk +1 line, -1 line 1 comment Download
M content/renderer/render_view_browsertest.cc View 1 chunk +2 lines, -1 line 0 comments Download

Messages

Total messages: 7 (0 generated)
nasko
LGTM with a couple of nits. https://codereview.chromium.org/134183002/diff/1/chrome/renderer/chrome_content_renderer_client_unittest.cc File chrome/renderer/chrome_content_renderer_client_unittest.cc (right): https://codereview.chromium.org/134183002/diff/1/chrome/renderer/chrome_content_renderer_client_unittest.cc#newcode399 chrome/renderer/chrome_content_renderer_client_unittest.cc:399: EXPECT_FALSE(client.ShouldSuppressErrorPage(NULL, GURL("http://example.com"))); style: ...
6 years, 11 months ago (2014-01-10 17:26:18 UTC) #1
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/ellyjones@chromium.org/134183002/40002
6 years, 11 months ago (2014-01-10 18:04:59 UTC) #2
Elly Fong-Jones
jam: ptal?
6 years, 11 months ago (2014-01-10 18:13:41 UTC) #3
jam
lgtm. to be clear, you're going to change the Chrome implementation to use this extra ...
6 years, 11 months ago (2014-01-10 18:26:44 UTC) #4
jam
lgtm. to be clear, you're going to change the Chrome implementation to use this extra ...
6 years, 11 months ago (2014-01-10 18:26:45 UTC) #5
Elly Fong-Jones
On 2014/01/10 18:26:45, jam wrote: > lgtm. to be clear, you're going to change the ...
6 years, 11 months ago (2014-01-10 18:33:57 UTC) #6
commit-bot: I haz the power
6 years, 11 months ago (2014-01-10 22:45:37 UTC) #7
Message was sent while issue was closed.
Change committed as 244269

Powered by Google App Engine
This is Rietveld 408576698