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

Unified Diff: public/web/WebPopupMenu.h

Issue 1142303005: Remove legacy SELECT popup code. (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 | « Source/web/web.gypi ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: public/web/WebPopupMenu.h
diff --git a/public/web/WebPopupMenu.h b/public/web/WebPopupMenu.h
index c7e84e0be6bff420841ccaeca487313a8b2c64df..6f46f3a398feb9fe5ceeea0db708511eac13f93f 100644
--- a/public/web/WebPopupMenu.h
+++ b/public/web/WebPopupMenu.h
@@ -38,9 +38,10 @@ namespace blink {
class WebWidgetClient;
+// TODO(tkent): Remove this class and WebPopupTypeSelect.
class WebPopupMenu : public WebWidget {
public:
- BLINK_EXPORT static WebPopupMenu* create(WebWidgetClient*);
+ static WebPopupMenu* create(WebWidgetClient*) { return nullptr; }
};
} // namespace blink
« no previous file with comments | « Source/web/web.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698