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

Issue 1627003: Move createApplicationCacheHost from WebKitClient to WebFrameClient. (Closed)

Created:
10 years, 8 months ago by jochen (gone - plz use gerrit)
Modified:
9 years, 7 months ago
CC:
chromium-reviews, jam+cc_chromium.org, darin-cc_chromium.org, brettw-cc_chromium.org
Visibility:
Public.

Description

Move createApplicationCacheHost from WebKitClient to WebFrameClient. This patch prepares chromium for the WebKit side patch so build doesn't break: https://bugs.webkit.org/show_bug.cgi?id=36882 BUG=38362 TEST=none

Patch Set 1 #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+18 lines, -0 lines) Patch
M chrome/renderer/render_view.h View 2 chunks +4 lines, -0 lines 1 comment Download
M chrome/renderer/render_view.cc View 3 chunks +9 lines, -0 lines 0 comments Download
M webkit/glue/webkitclient_impl.h View 1 chunk +5 lines, -0 lines 1 comment Download

Messages

Total messages: 2 (0 generated)
jochen (gone - plz use gerrit)
please review.
10 years, 8 months ago (2010-04-06 14:52:10 UTC) #1
michaeln
10 years, 8 months ago (2010-04-06 18:52:15 UTC) #2
http://codereview.chromium.org/1627003/diff/1/3
File chrome/renderer/render_view.h (right):

http://codereview.chromium.org/1627003/diff/1/3#newcode137
chrome/renderer/render_view.h:137: public WebKit::WebFrameClient,
You'll also want to add the new factory method for test_shell, see...

test_shell/test_webview_delegate.h  // WebFrameClient
test_shell/test_shell_webkit_init.h  // WebKitClient

http://codereview.chromium.org/1627003/diff/1/4
File webkit/glue/webkitclient_impl.h (right):

http://codereview.chromium.org/1627003/diff/1/4#newcode19
webkit/glue/webkitclient_impl.h:19: class WebApplicationCacheHostClient;
why are these needed?

Powered by Google App Engine
This is Rietveld 408576698