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

Unified Diff: chrome/common/url_constants.h

Issue 2619603002: Remove android_java_ui as it is not used (Closed)
Patch Set: Created 3 years, 11 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: chrome/common/url_constants.h
diff --git a/chrome/common/url_constants.h b/chrome/common/url_constants.h
index 4a31adad84eab7cfb43f15c1e9e21a8e461d74cb..56d4f49964a30b3bc6afd176fcfbd73496972f05 100644
--- a/chrome/common/url_constants.h
+++ b/chrome/common/url_constants.h
@@ -93,7 +93,7 @@ extern const char kChromeUIVersionURL[];
extern const char kChromeUIWelcomeURL[];
extern const char kChromeUIWelcomeWin10URL[];
-#if BUILDFLAG(ANDROID_JAVA_UI)
+#if defined(OS_ANDROID)
extern const char kChromeUIContextualSearchPromoURL[];
extern const char kChromeUIJavaCrashURL[];
extern const char kChromeUINativeScheme[];
@@ -101,7 +101,7 @@ extern const char kChromeUINativeNewTabURL[];
extern const char kChromeUINativeBookmarksURL[];
extern const char kChromeUINativePhysicalWebDiagnosticsURL[];
extern const char kChromeUINativeRecentTabsURL[];
-#endif
+#endif // defined(OS_ANDROID)
#if defined(OS_CHROMEOS)
extern const char kChromeUIBluetoothPairingURL[];

Powered by Google App Engine
This is Rietveld 408576698