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

Unified Diff: content/shell/test_runner/web_frame_test_client.h

Issue 2874133002: Removed WebFrameClient.cpp from Source/web (Closed)
Patch Set: Created 3 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: content/shell/test_runner/web_frame_test_client.h
diff --git a/content/shell/test_runner/web_frame_test_client.h b/content/shell/test_runner/web_frame_test_client.h
index 1d74ee1814526f7e5efe3274ad9fce13172c7fdb..471999983ccbed93a5ed8c58fa49ace750fb6182 100644
--- a/content/shell/test_runner/web_frame_test_client.h
+++ b/content/shell/test_runner/web_frame_test_client.h
@@ -33,6 +33,7 @@ class WebFrameTestClient : public blink::WebFrameClient {
~WebFrameTestClient() override;
// WebFrameClient overrides needed by WebFrameTestProxy.
+ void FrameDetached(blink::WebLocalFrame*, DetachType) override;
blink::WebColorChooser* CreateColorChooser(
blink::WebColorChooserClient* client,
const blink::WebColor& initial_color,

Powered by Google App Engine
This is Rietveld 408576698