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

Unified Diff: Source/WebKit/chromium/src/ColorChooserPopupUIController.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/ColorChooserPopupUIController.h
diff --git a/Source/WebKit/chromium/src/ColorChooserPopupUIController.h b/Source/WebKit/chromium/src/ColorChooserPopupUIController.h
index 9787c731b172924a883273b5f81ad00f84a78f0d..4dd237e21be442833b0e3ad4d793b5c629b712ad 100644
--- a/Source/WebKit/chromium/src/ColorChooserPopupUIController.h
+++ b/Source/WebKit/chromium/src/ColorChooserPopupUIController.h
@@ -25,7 +25,7 @@
#ifndef ColorChooserPopupUIController_h
#define ColorChooserPopupUIController_h
-#if ENABLE(INPUT_TYPE_COLOR) && ENABLE(PAGE_POPUP)
+#if ENABLE(INPUT_TYPE_COLOR)
#include "ColorChooserUIController.h"
#include "core/page/PagePopupClient.h"
#include <wtf/OwnPtr.h>
@@ -68,6 +68,6 @@ private:
};
}
-#endif // ENABLE(INPUT_TYPE_COLOR) && ENABLE(PAGE_POPUP)
+#endif // ENABLE(INPUT_TYPE_COLOR)
#endif // ColorChooserPopupUIController_h
« no previous file with comments | « Source/WebKit/chromium/src/ChromeClientImpl.cpp ('k') | Source/WebKit/chromium/src/ColorChooserPopupUIController.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698