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

Issue 7745027: Dispatch the following IPC messages in TabContents and handle them via the TabContentsDelegate (Closed)

Created:
9 years, 4 months ago by ananta
Modified:
9 years, 4 months ago
Reviewers:
jam
CC:
chromium-reviews, joi+watch-content_chromium.org, darin-cc_chromium.org, Avi (use Gerrit), jam, brettw-cc_chromium.org
Visibility:
Public.

Description

Dispatch the following IPC messages in TabContents and handle them via the TabContentsDelegate interface. This is a continuation of the changes necessary to not handle IPC messages from content in chrome and vice versa. ViewHostMsg_JSOutOfMemory ViewHostMsg_RegisterProtocolHandler ViewHostMsg_RegisterIntentHandler ViewHostMsg_WebIntentDispatch BUG=87335 Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=98335

Patch Set 1 #

Patch Set 2 : '' #

Patch Set 3 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+302 lines, -97 lines) Patch
M chrome/browser/external_tab_container_win.h View 1 2 1 chunk +16 lines, -0 lines 0 comments Download
M chrome/browser/external_tab_container_win.cc View 1 2 1 chunk +29 lines, -0 lines 0 comments Download
M chrome/browser/ui/browser.h View 1 2 2 chunks +40 lines, -0 lines 0 comments Download
M chrome/browser/ui/browser.cc View 1 2 5 chunks +123 lines, -0 lines 0 comments Download
M chrome/browser/ui/tab_contents/tab_contents_wrapper.h View 1 2 1 chunk +0 lines, -13 lines 0 comments Download
M chrome/browser/ui/tab_contents/tab_contents_wrapper.cc View 1 2 5 chunks +0 lines, -84 lines 0 comments Download
M content/browser/tab_contents/tab_contents.h View 1 2 1 chunk +13 lines, -0 lines 0 comments Download
M content/browser/tab_contents/tab_contents.cc View 1 2 2 chunks +33 lines, -0 lines 0 comments Download
M content/browser/tab_contents/tab_contents_delegate.h View 1 2 1 chunk +24 lines, -0 lines 0 comments Download
M content/browser/tab_contents/tab_contents_delegate.cc View 1 2 1 chunk +24 lines, -0 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
ananta
9 years, 4 months ago (2011-08-25 18:56:46 UTC) #1
jam
9 years, 4 months ago (2011-08-25 20:04:36 UTC) #2
lgtm

Powered by Google App Engine
This is Rietveld 408576698