| Index: chrome/common/pref_names.h
|
| diff --git a/chrome/common/pref_names.h b/chrome/common/pref_names.h
|
| index aeb4a05bbd8835042beaf62411b8d3586fc02dff..7ae16dd351e6bfd49d11b883363583ed67856fd7 100644
|
| --- a/chrome/common/pref_names.h
|
| +++ b/chrome/common/pref_names.h
|
| @@ -799,6 +799,10 @@ extern const char kMediaRouterEnableCloudServices[];
|
| extern const char kMediaRouterFirstRunFlowAcknowledged[];
|
| #endif
|
|
|
| +#if BUILDFLAG(ANDROID_JAVA_UI)
|
| +extern const char kOfflinePageStorageLastClearedTime[];
|
| +#endif
|
| +
|
| } // namespace prefs
|
|
|
| #endif // CHROME_COMMON_PREF_NAMES_H_
|
|
|