| Index: chrome/common/pref_names.h
|
| diff --git a/chrome/common/pref_names.h b/chrome/common/pref_names.h
|
| index 7563ff640934036d6c7828d1e8a2efffdcf9eccd..f4a9b2f3877dc2071601727dcc2c426c377eaf04 100644
|
| --- a/chrome/common/pref_names.h
|
| +++ b/chrome/common/pref_names.h
|
| @@ -146,7 +146,7 @@ extern const char kSafeBrowsingExtendedReportingOptInAllowed[];
|
| extern const char kSSLErrorOverrideAllowed[];
|
| extern const char kIncognitoModeAvailability[];
|
| extern const char kSearchSuggestEnabled[];
|
| -#if defined(OS_ANDROID)
|
| +#if BUILDFLAG(ANDROID_JAVA_UI)
|
| extern const char kContextualSearchEnabled[];
|
| #endif
|
| #if defined(OS_MACOSX)
|
| @@ -332,7 +332,7 @@ extern const char kAutofillDialogWalletLocationAcceptance[];
|
| extern const char kAutofillDialogSaveData[];
|
| extern const char kAutofillDialogWalletShippingSameAsBilling[];
|
| extern const char kAutofillGeneratedCardBubbleTimesShown[];
|
| -#if defined(OS_ANDROID)
|
| +#if BUILDFLAG(ANDROID_JAVA_UI)
|
| extern const char kAutofillDialogDefaults[];
|
| #endif
|
|
|
| @@ -415,7 +415,7 @@ extern const char kGLVersionString[];
|
| // Android has it's own metric / crash reporting implemented in Android
|
| // Java code so kMetricsReportingEnabled doesn't make sense. We use this
|
| // to inform crashes_ui that we have enabled crash reporting.
|
| -#if defined(OS_ANDROID)
|
| +#if BUILDFLAG(ANDROID_JAVA_UI)
|
| extern const char kCrashReportingEnabled[];
|
| #endif
|
|
|
| @@ -430,7 +430,7 @@ extern const char kProfileCreatedByVersion[];
|
| extern const char kStabilityOtherUserCrashCount[];
|
| extern const char kStabilityKernelCrashCount[];
|
| extern const char kStabilitySystemUncleanShutdownCount[];
|
| -#if defined(OS_ANDROID)
|
| +#if BUILDFLAG(ANDROID_JAVA_UI)
|
| extern const char kStabilityForegroundActivityType[];
|
| extern const char kStabilityLaunchedActivityFlags[];
|
| extern const char kStabilityLaunchedActivityCounts[];
|
| @@ -500,17 +500,17 @@ extern const char kDisableExtensions[];
|
| extern const char kDisablePluginFinder[];
|
|
|
| extern const char kNtpAppPageNames[];
|
| -#if defined(OS_ANDROID)
|
| +#if BUILDFLAG(ANDROID_JAVA_UI)
|
| extern const char kNtpCollapsedCurrentlyOpenTabs[];
|
| #endif
|
| extern const char kNtpCollapsedForeignSessions[];
|
| -#if defined(OS_ANDROID)
|
| +#if BUILDFLAG(ANDROID_JAVA_UI)
|
| extern const char kNtpCollapsedRecentlyClosedTabs[];
|
| extern const char kNtpCollapsedSnapshotDocument[];
|
| extern const char kNtpCollapsedSyncPromo[];
|
| #endif
|
| extern const char kNtpShownPage[];
|
| -#if defined(OS_ANDROID)
|
| +#if BUILDFLAG(ANDROID_JAVA_UI)
|
| extern const char kNTPSuggestionsURL[];
|
| extern const char kNTPSuggestionsIsPersonal[];
|
| #endif
|
| @@ -551,7 +551,7 @@ extern const char kWebAppCreateInAppsMenu[];
|
| extern const char kWebAppCreateInQuickLaunchBar[];
|
|
|
| extern const char kGeolocationAccessToken[];
|
| -#if defined(OS_ANDROID)
|
| +#if BUILDFLAG(ANDROID_JAVA_UI)
|
| extern const char kGeolocationEnabled[];
|
| #endif
|
|
|
| @@ -766,7 +766,7 @@ extern const char kEnableDRM[];
|
|
|
| extern const char kWatchdogExtensionActive[];
|
|
|
| -#if defined(OS_ANDROID)
|
| +#if BUILDFLAG(ANDROID_JAVA_UI)
|
| extern const char kPartnerBookmarkMappings[];
|
| #endif
|
|
|
|
|