Chromium Code Reviews

Issue 342024: Adds default implementations to WebFrameClient (Closed)

Created:
11 years, 1 month ago by yaar
Modified:
9 years, 7 months ago
Reviewers:
darin (slow to review)
CC:
chromium-reviews_googlegroups.com
Visibility:
Public.

Description

Patch Set 1 #

Total comments: 1
Unified diffs Side-by-side diffs Stats (+49 lines, -139 lines)
M webkit/api/public/WebFrameClient.h View 8 chunks +48 lines, -44 lines 1 comment
D webkit/api/src/EmptyWebFrameClientImpl.h View 1 chunk +0 lines, -92 lines 0 comments
M webkit/api/src/WebWorkerImpl.cpp View 2 chunks +1 line, -2 lines 0 comments
M webkit/webkit.gyp View 1 chunk +0 lines, -1 line 0 comments

Messages

Total messages: 2 (0 generated)
yaar
Subsequent patch to http://codereview.chromium.org/337057
11 years, 1 month ago (2009-10-28 18:40:09 UTC) #1
darin (slow to review)
11 years, 1 month ago (2009-10-29 20:05:44 UTC) #2
LGTM

http://codereview.chromium.org/342024/diff/1/2
File webkit/api/public/WebFrameClient.h (right):

http://codereview.chromium.org/342024/diff/1/2#newcode112
Line 112: WebFrame*, const WebURLError&) { };
nit: kill the trailing ';' here and in other similar places

Powered by Google App Engine