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

Unified Diff: third_party/WebKit/Source/web/WebEmbeddedWorkerImpl.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: third_party/WebKit/Source/web/WebEmbeddedWorkerImpl.h
diff --git a/third_party/WebKit/Source/web/WebEmbeddedWorkerImpl.h b/third_party/WebKit/Source/web/WebEmbeddedWorkerImpl.h
index 7f0f72c4edcf6860ff9140b08e3e5a80215b5932..9bdca0715fd1e742e4007b9bd7cf464cf7b281b3 100644
--- a/third_party/WebKit/Source/web/WebEmbeddedWorkerImpl.h
+++ b/third_party/WebKit/Source/web/WebEmbeddedWorkerImpl.h
@@ -84,6 +84,7 @@ class WebEmbeddedWorkerImpl final : public WebEmbeddedWorker,
void LoadShadowPage();
// WebFrameClient overrides.
+ void FrameDetached(WebLocalFrame*, DetachType) override;
void DidFinishDocumentLoad() override;
// WebDevToolsAgentClient overrides.

Powered by Google App Engine
This is Rietveld 408576698