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

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: 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/page/PagePopupClient.h ('k') | Source/core/page/PagePopupController.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/page/PagePopupClient.cpp
diff --git a/Source/core/page/PagePopupClient.cpp b/Source/core/page/PagePopupClient.cpp
index 297fa95c72e5bc8ac94552bb167f90a8f45177a9..99c282ac817affd39f62eaa003360531d95f8586 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 {
@@ -113,4 +111,3 @@ void PagePopupClient::addProperty(const char* name, const IntRect& rect, Documen
} // namespace WebCore
-#endif // ENABLE(PAGE_POPUP)
« no previous file with comments | « Source/core/page/PagePopupClient.h ('k') | Source/core/page/PagePopupController.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698