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

Unified Diff: Source/core/page/PagePopupClient.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: 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/PagePopup.h ('k') | Source/core/page/PagePopupClient.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/page/PagePopupClient.h
diff --git a/Source/core/page/PagePopupClient.h b/Source/core/page/PagePopupClient.h
index ca38779ce02e3a2b171ab5413f7b0594d8e2bc75..fcb1045c446aac249d5c3c6cd2f24430b7c23be9 100644
--- a/Source/core/page/PagePopupClient.h
+++ b/Source/core/page/PagePopupClient.h
@@ -31,8 +31,6 @@
#ifndef PagePopupClient_h
#define PagePopupClient_h
-#if ENABLE(PAGE_POPUP)
-
#include "core/loader/DocumentWriter.h"
#include "core/platform/graphics/IntRect.h"
#include <wtf/text/WTFString.h>
@@ -90,4 +88,3 @@ inline void PagePopupClient::addString(const String& str, DocumentWriter& writer
}
#endif
-#endif
« no previous file with comments | « Source/core/page/PagePopup.h ('k') | Source/core/page/PagePopupClient.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698