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

Unified Diff: Source/WebKit/chromium/src/WebPagePopupImpl.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
Index: Source/WebKit/chromium/src/WebPagePopupImpl.h
diff --git a/Source/WebKit/chromium/src/WebPagePopupImpl.h b/Source/WebKit/chromium/src/WebPagePopupImpl.h
index a0d19690de8e884451356010c7e9cc39d584948e..ec5e615708a8d8e2ac4d6e7a1b9f42a3e9a7d7ce 100644
--- a/Source/WebKit/chromium/src/WebPagePopupImpl.h
+++ b/Source/WebKit/chromium/src/WebPagePopupImpl.h
@@ -31,8 +31,6 @@
#ifndef WebPagePopupImpl_h
#define WebPagePopupImpl_h
-#if ENABLE(PAGE_POPUP)
-
#include "PageWidgetDelegate.h"
#include "WebPagePopup.h"
#include "core/page/PagePopup.h"
@@ -98,5 +96,4 @@ private:
};
} // namespace WebKit
-#endif // ENABLE(PAGE_POPUP)
#endif // WebPagePopupImpl_h
« no previous file with comments | « Source/WebKit/chromium/src/ColorChooserPopupUIController.cpp ('k') | Source/WebKit/chromium/src/WebPagePopupImpl.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698