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

Unified Diff: public/web/WebView.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 | « Source/web/WebViewImpl.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: public/web/WebView.h
diff --git a/public/web/WebView.h b/public/web/WebView.h
index c45462b34d298be59dee5555183e7b48d51cec1f..7c9a0d1228f953201958385705f2c07530f8d730 100644
--- a/public/web/WebView.h
+++ b/public/web/WebView.h
@@ -148,13 +148,6 @@ public:
virtual void setWindowFeatures(const WebWindowFeatures&) = 0;
- // Closing -------------------------------------------------------------
-
- // Runs unload handlers for the current page.
- // OBSOLETE; DO NOT USE. Call it on WebFrame instead.
- virtual void dispatchUnloadEvent() = 0;
-
-
// Frames --------------------------------------------------------------
virtual WebFrame* mainFrame() = 0;
« no previous file with comments | « Source/web/WebViewImpl.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698