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

Unified Diff: third_party/WebKit/Source/web/WebSharedWorkerImpl.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/WebSharedWorkerImpl.h
diff --git a/third_party/WebKit/Source/web/WebSharedWorkerImpl.h b/third_party/WebKit/Source/web/WebSharedWorkerImpl.h
index 9c909607a062a39d84c46f2efe62c3e76d9d5b62..e2c2ab49e71b6306e130971abf5766db8c516f9c 100644
--- a/third_party/WebKit/Source/web/WebSharedWorkerImpl.h
+++ b/third_party/WebKit/Source/web/WebSharedWorkerImpl.h
@@ -72,6 +72,7 @@ class WebSharedWorkerImpl final : public WebFrameClient,
// WebFrameClient methods to support resource loading thru the 'shadow page'.
std::unique_ptr<WebApplicationCacheHost> CreateApplicationCacheHost(
WebApplicationCacheHostClient*) override;
+ void FrameDetached(WebLocalFrame*, DetachType) override;
void DidFinishDocumentLoad() override;
// WebDevToolsAgentClient overrides.

Powered by Google App Engine
This is Rietveld 408576698