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

Issue 8414005: Register the RenderViewHost instance created when a desktop notification bubble is displayed in CF (Closed)

Created:
9 years, 1 month ago by ananta
Modified:
9 years, 1 month ago
Reviewers:
robertshield
CC:
chromium-reviews
Visibility:
Public.

Description

Register the RenderViewHost instance created when a desktop notification bubble is displayed in CF with the AutomationResourceMessagefilter. This ensures that any HTTP requests issued by this bubble go through the host network stack implemenation. Fixes bug http://code.google.com/p/chromium/issues/detail?id=64251 BUG=64251 Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=107669

Patch Set 1 #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+12 lines, -0 lines) Patch
M chrome/browser/external_tab_container_win.cc View 3 chunks +12 lines, -0 lines 2 comments Download

Messages

Total messages: 2 (0 generated)
ananta
9 years, 1 month ago (2011-10-27 21:11:26 UTC) #1
robertshield
9 years, 1 month ago (2011-10-28 00:59:38 UTC) #2
LGTM, just whitespace nits

http://codereview.chromium.org/8414005/diff/1/chrome/browser/external_tab_con...
File chrome/browser/external_tab_container_win.cc (right):

http://codereview.chromium.org/8414005/diff/1/chrome/browser/external_tab_con...
chrome/browser/external_tab_container_win.cc:869: }
nit: could you fix the incorrect indentation for the above two case blocks?

http://codereview.chromium.org/8414005/diff/1/chrome/browser/external_tab_con...
chrome/browser/external_tab_container_win.cc:886: 
nit: remove blank  here and the blank line above and below the new case block as
well

Powered by Google App Engine
This is Rietveld 408576698