| Index: chrome/common/pref_names.cc
|
| diff --git a/chrome/common/pref_names.cc b/chrome/common/pref_names.cc
|
| index 733a2ae1c04229f7c78eb218fc0f6e649a54ae18..ab2c3d3e7742d2c3bc44a729239d9053f191fc79 100644
|
| --- a/chrome/common/pref_names.cc
|
| +++ b/chrome/common/pref_names.cc
|
| @@ -2176,4 +2176,9 @@ const char kMediaRouterFirstRunFlowAcknowledged[] =
|
| "media_router.firstrunflow.acknowledged";
|
| #endif
|
|
|
| +#if BUILDFLAG(ANDROID_JAVA_UI)
|
| +const char kOfflinePageStorageLastClearedTime[] =
|
| + "offline_page.storage.last_cleared_time";
|
| +#endif
|
| +
|
| } // namespace prefs
|
|
|