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

Unified Diff: Source/core/page/PagePopupController.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/PagePopupController.h ('k') | Source/core/page/PagePopupController.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/page/PagePopupController.cpp
diff --git a/Source/core/page/PagePopupController.cpp b/Source/core/page/PagePopupController.cpp
index c36f0fb5e9a71d1d4ac61257fea70f7934b9ef6d..288acb23f32bc5f8684b8469a22966f9ff448fff 100644
--- a/Source/core/page/PagePopupController.cpp
+++ b/Source/core/page/PagePopupController.cpp
@@ -31,7 +31,6 @@
#include "config.h"
#include "core/page/PagePopupController.h"
-#if ENABLE(PAGE_POPUP)
#include "core/page/PagePopupClient.h"
#include "core/platform/HistogramSupport.h"
#include "core/platform/text/PlatformLocale.h"
@@ -105,4 +104,3 @@ void PagePopupController::histogramEnumeration(const String& name, int sample, i
}
}
-#endif
« no previous file with comments | « Source/core/page/PagePopupController.h ('k') | Source/core/page/PagePopupController.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698