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

Unified Diff: Source/core/testing/MockPagePopupDriver.cpp

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: rebase 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 | « Source/core/testing/MockPagePopupDriver.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/testing/MockPagePopupDriver.cpp
diff --git a/Source/core/testing/MockPagePopupDriver.cpp b/Source/core/testing/MockPagePopupDriver.cpp
index 9004fade9f2159fc3c6c340fe9a8a4c3eade8c10..6f7478a7986b4e3b5d9f824dd7f77db3901d467b 100644
--- a/Source/core/testing/MockPagePopupDriver.cpp
+++ b/Source/core/testing/MockPagePopupDriver.cpp
@@ -26,7 +26,6 @@
#include "config.h"
#include "MockPagePopupDriver.h"
-#if ENABLE(PAGE_POPUP)
#include "CSSPropertyNames.h"
#include "CSSValueKeywords.h"
#include "WebCoreTestSupport.h"
@@ -144,4 +143,3 @@ void MockPagePopupDriver::closePagePopup(PagePopup* popup)
}
}
-#endif
« no previous file with comments | « Source/core/testing/MockPagePopupDriver.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698