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

Unified Diff: Source/core/features.gypi

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/core/features.gypi
diff --git a/Source/core/features.gypi b/Source/core/features.gypi
index ecc47c40fe73a7d5688f64f8ed0f94bf1fd9ff82..dc0522df3a9ae697e7baef4bed5ac284b3ffd252 100644
--- a/Source/core/features.gypi
+++ b/Source/core/features.gypi
@@ -82,7 +82,6 @@
'ENABLE_MEDIA_CAPTURE=1',
'ENABLE_NOTIFICATIONS=0',
'ENABLE_ORIENTATION_EVENTS=1',
- 'ENABLE_PAGE_POPUP=0',
'ENABLE_PRINTING=0',
'ENABLE_NAVIGATOR_CONTENT_UTILS=0',
'WTF_USE_NATIVE_FULLSCREEN_VIDEO=1',
@@ -100,7 +99,6 @@
'ENABLE_NAVIGATOR_CONTENT_UTILS=1',
'ENABLE_NOTIFICATIONS=1',
'ENABLE_ORIENTATION_EVENTS=0',
- 'ENABLE_PAGE_POPUP=1',
'ENABLE_PRINTING=1',
'ENABLE_WEB_AUDIO=1',
],

Powered by Google App Engine
This is Rietveld 408576698