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

Unified Diff: Source/core/page/PagePopupClient.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: 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/page/PagePopupClient.cpp
diff --git a/Source/core/page/PagePopupClient.cpp b/Source/core/page/PagePopupClient.cpp
index 297fa95c72e5bc8ac94552bb167f90a8f45177a9..397e356539fdcae83d62d7c87d46cf11fc5b7b0f 100644
--- a/Source/core/page/PagePopupClient.cpp
+++ b/Source/core/page/PagePopupClient.cpp
@@ -31,8 +31,6 @@
#include "config.h"
#include "core/page/PagePopupClient.h"
-#if ENABLE(PAGE_POPUP)
-
#include <wtf/text/StringBuilder.h>
namespace WebCore {
@@ -112,5 +110,3 @@ void PagePopupClient::addProperty(const char* name, const IntRect& rect, Documen
}
} // namespace WebCore
-
-#endif // ENABLE(PAGE_POPUP)

Powered by Google App Engine
This is Rietveld 408576698