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

Unified Diff: Source/core/page/PagePopupController.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/PagePopupClient.cpp ('k') | Source/core/page/PagePopupController.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/page/PagePopupController.h
diff --git a/Source/core/page/PagePopupController.h b/Source/core/page/PagePopupController.h
index b4ea2da746b7a9fa70d96e14df29ecdec0159f77..bcb26115f550c5295c7eafcbfedd826e3e533bc0 100644
--- a/Source/core/page/PagePopupController.h
+++ b/Source/core/page/PagePopupController.h
@@ -31,8 +31,6 @@
#ifndef PagePopupController_h
#define PagePopupController_h
-#if ENABLE(PAGE_POPUP)
-
#include <wtf/Forward.h>
#include <wtf/RefCounted.h>
@@ -62,4 +60,3 @@ private:
}
#endif
-#endif
« no previous file with comments | « Source/core/page/PagePopupClient.cpp ('k') | Source/core/page/PagePopupController.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698