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

Unified Diff: Source/core/page/PagePopupController.h

Issue 52553008: Eliminate the CALENDAR_PICKER compile time flag as only android uses this flag and the web facing p… (Closed) Base URL: https://chromium.googlesource.com/chromium/blink@master
Patch Set: Fix winbot by eliminating last checks for CALENDAR_PICKER Created 7 years, 1 month 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/core/page/PagePopupController.h
diff --git a/Source/core/page/PagePopupController.h b/Source/core/page/PagePopupController.h
index 398fa4edd80cc09f5439050bc2c29c00e8e876e5..7a4846fb0aae5fb7b43a203237d5c686c24cb61f 100644
--- a/Source/core/page/PagePopupController.h
+++ b/Source/core/page/PagePopupController.h
@@ -46,10 +46,8 @@ public:
void setValue(const String&);
void closePopup();
String localizeNumberString(const String&);
-#if ENABLE(CALENDAR_PICKER)
String formatMonth(int year, int zeroBaseMonth);
String formatShortMonth(int year, int zeroBaseMonth);
-#endif
void clearPagePopupClient();
void histogramEnumeration(const String& name, int sample, int boundaryValue);

Powered by Google App Engine
This is Rietveld 408576698