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

Unified Diff: Source/web/WebViewImpl.h

Issue 220233008: Move dispatchUnloadEvent to WebFrame, part 3/3. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 9 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
« no previous file with comments | « no previous file | Source/web/WebViewImpl.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/web/WebViewImpl.h
diff --git a/Source/web/WebViewImpl.h b/Source/web/WebViewImpl.h
index 9e29074e25aa08c18bd47f1586f5e37762d63b62..165fee401e33988489752de050b0922d68f89f9f 100644
--- a/Source/web/WebViewImpl.h
+++ b/Source/web/WebViewImpl.h
@@ -187,7 +187,6 @@ public:
virtual void setIsActive(bool value) OVERRIDE;
virtual void setDomainRelaxationForbidden(bool, const WebString& scheme) OVERRIDE;
virtual void setWindowFeatures(const WebWindowFeatures&) OVERRIDE;
- virtual void dispatchUnloadEvent() OVERRIDE;
virtual WebFrame* mainFrame() OVERRIDE;
virtual WebFrame* findFrameByName(
const WebString& name, WebFrame* relativeToFrame) OVERRIDE;
« no previous file with comments | « no previous file | Source/web/WebViewImpl.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698