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

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

Issue 14735003: Remove compile time flag ENABLE_PAGE_POPUP . This is part of an overall effort to remove unneeded c… (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 7 years, 8 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
Index: Source/WebKit/chromium/public/WebRuntimeFeatures.h
diff --git a/Source/WebKit/chromium/public/WebRuntimeFeatures.h b/Source/WebKit/chromium/public/WebRuntimeFeatures.h
index 262a708ef65f8040d71702d78dfb11aebd2019d3..cb6b1b5c78a3647a1b5425de24414abfd8a07190 100644
--- a/Source/WebKit/chromium/public/WebRuntimeFeatures.h
+++ b/Source/WebKit/chromium/public/WebRuntimeFeatures.h
@@ -179,6 +179,9 @@ public:
WEBKIT_EXPORT static void enableExperimentalCanvasFeatures(bool);
WEBKIT_EXPORT static bool areExperimentalCanvasFeaturesEnabled();
+ WEBKIT_EXPORT static void enablePagePopup(bool);
+ WEBKIT_EXPORT static bool isPagePopupEnabled();
+
private:
WebRuntimeFeatures();
};
« no previous file with comments | « no previous file | Source/WebKit/chromium/src/ChromeClientImpl.h » ('j') | Source/WebKit/chromium/src/ChromeClientImpl.cpp » ('J')

Powered by Google App Engine
This is Rietveld 408576698