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

Unified Diff: public/web/WebRuntimeFeatures.h

Issue 736883002: Implement <select> Popup Menu using PagePopup (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years 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
« Source/web/resources/pickerCommon.js ('K') | « public/blink_resources.grd ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: public/web/WebRuntimeFeatures.h
diff --git a/public/web/WebRuntimeFeatures.h b/public/web/WebRuntimeFeatures.h
index 6a3d1400bca96e83a03665bf15ccc8c97ed436bc..1b73a8d1e1a63e4de4c167b5fd06a5da7f85da69 100644
--- a/public/web/WebRuntimeFeatures.h
+++ b/public/web/WebRuntimeFeatures.h
@@ -148,6 +148,8 @@ public:
BLINK_EXPORT static void enableReducedReferrerGranularity(bool);
+ BLINK_EXPORT static void enableHTMLPopupMenu(bool);
tkent 2014/12/17 01:06:21 I don't think we need to add the public function.
keishi 2014/12/22 05:03:54 Done.
+
private:
WebRuntimeFeatures();
};
« Source/web/resources/pickerCommon.js ('K') | « public/blink_resources.grd ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698