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

Unified Diff: chrome/common/pref_names.h

Issue 2619603002: Remove android_java_ui as it is not used (Closed)
Patch Set: Rebase to master 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
« no previous file with comments | « chrome/common/features.gni ('k') | chrome/common/pref_names.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/pref_names.h
diff --git a/chrome/common/pref_names.h b/chrome/common/pref_names.h
index 5924eea30940584a70d07eec33069a5bb8f1f7bf..b44e6d3ef4826e98f6411517c6c4bc5fdb4e82dc 100644
--- a/chrome/common/pref_names.h
+++ b/chrome/common/pref_names.h
@@ -164,9 +164,9 @@ extern const char kSafeBrowsingExtendedReportingOptInAllowed[];
extern const char kSSLErrorOverrideAllowed[];
extern const char kIncognitoModeAvailability[];
extern const char kSearchSuggestEnabled[];
-#if BUILDFLAG(ANDROID_JAVA_UI)
+#if defined(OS_ANDROID)
extern const char kContextualSearchEnabled[];
-#endif
+#endif // defined(OS_ANDROID)
#if defined(OS_MACOSX)
extern const char kConfirmToQuitEnabled[];
extern const char kHideFullscreenToolbar[];
@@ -477,9 +477,9 @@ extern const char kGpuDriverInfoBuildFingerPrint[];
// Deprecated preference for metric / crash reporting on Android. Use
// kMetricsReportingEnabled instead.
-#if BUILDFLAG(ANDROID_JAVA_UI)
+#if defined(OS_ANDROID)
extern const char kCrashReportingEnabled[];
-#endif
+#endif // defined(OS_ANDROID)
extern const char kProfileLastUsed[];
extern const char kProfilesLastActive[];
@@ -491,12 +491,12 @@ extern const char kProfilesDeleted[];
extern const char kStabilityOtherUserCrashCount[];
extern const char kStabilityKernelCrashCount[];
extern const char kStabilitySystemUncleanShutdownCount[];
-#if BUILDFLAG(ANDROID_JAVA_UI)
+#if defined(OS_ANDROID)
extern const char kStabilityForegroundActivityType[];
extern const char kStabilityLaunchedActivityFlags[];
extern const char kStabilityLaunchedActivityCounts[];
extern const char kStabilityCrashedActivityCounts[];
-#endif
+#endif // defined(OS_ANDROID)
extern const char kStabilityPluginStats[];
extern const char kStabilityPluginName[];
@@ -552,11 +552,11 @@ extern const char kDisablePluginFinder[];
extern const char kNtpAppPageNames[];
extern const char kNtpCollapsedForeignSessions[];
-#if BUILDFLAG(ANDROID_JAVA_UI)
+#if defined(OS_ANDROID)
extern const char kNtpCollapsedRecentlyClosedTabs[];
extern const char kNtpCollapsedSnapshotDocument[];
extern const char kNtpCollapsedSyncPromo[];
-#endif
+#endif // defined(OS_ANDROID)
extern const char kNtpShownPage[];
extern const char kDevToolsAdbKey[];
@@ -810,9 +810,9 @@ extern const char kEnableDRM[];
extern const char kWatchdogExtensionActive[];
-#if BUILDFLAG(ANDROID_JAVA_UI)
+#if defined(OS_ANDROID)
extern const char kPartnerBookmarkMappings[];
-#endif
+#endif // defined(OS_ANDROID)
extern const char kQuickCheckEnabled[];
extern const char kPacHttpsUrlStrippingEnabled[];
« no previous file with comments | « chrome/common/features.gni ('k') | chrome/common/pref_names.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698