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

Unified Diff: public/web/WebViewClient.h

Issue 1171853002: Remove WebPopupMenu, WebPopupTypeSelect, and WebPopupTypeSuggestion. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 6 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 | « public/web/WebPopupType.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: public/web/WebViewClient.h
diff --git a/public/web/WebViewClient.h b/public/web/WebViewClient.h
index bed1700e9f6e7930bf1bd36a906a9330abbfbc71..10a8fce92aa5fa3a009d9dc76aefd67bf35c5b04 100644
--- a/public/web/WebViewClient.h
+++ b/public/web/WebViewClient.h
@@ -91,9 +91,8 @@ public:
return 0;
}
- // Create a new WebPopupMenu.
+ // Create a new popup WebWidget.
virtual WebWidget* createPopupMenu(WebPopupType) { return 0; }
- virtual WebWidget* createPopupMenu(const WebPopupMenuInfo&) { return 0; }
// Create a session storage namespace object associated with this WebView.
virtual WebStorageNamespace* createSessionStorageNamespace() { return 0; }
« no previous file with comments | « public/web/WebPopupType.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698