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

Unified Diff: Source/WebKit/chromium/public/WebRuntimeFeatures.h

Issue 15178007: Add runtime flag for PagePopup. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Alphabetized Created 7 years, 7 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/WebKit/chromium/src/WebRuntimeFeatures.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/WebKit/chromium/public/WebRuntimeFeatures.h
diff --git a/Source/WebKit/chromium/public/WebRuntimeFeatures.h b/Source/WebKit/chromium/public/WebRuntimeFeatures.h
index eb0740a24093d18a7837149b61b47867752b69d1..ebdb4ce1051b4d1b6f83a3f6b6fabd5e250bee15 100644
--- a/Source/WebKit/chromium/public/WebRuntimeFeatures.h
+++ b/Source/WebKit/chromium/public/WebRuntimeFeatures.h
@@ -145,6 +145,9 @@ public:
WEBKIT_EXPORT static void enableNotifications(bool);
WEBKIT_EXPORT static bool isNotificationsEnabled();
+ WEBKIT_EXPORT static void enablePagePopup(bool);
+ WEBKIT_EXPORT static bool isPagePopupEnabled();
+
WEBKIT_EXPORT static void enablePeerConnection(bool);
WEBKIT_EXPORT static bool isPeerConnectionEnabled();
« no previous file with comments | « no previous file | Source/WebKit/chromium/src/WebRuntimeFeatures.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698