| Index: chrome/browser/bookmarks/enhanced_bookmarks_features.h
|
| diff --git a/chrome/browser/bookmarks/enhanced_bookmarks_features.h b/chrome/browser/bookmarks/enhanced_bookmarks_features.h
|
| index b85b342163a9bfc20f058d541e6666ef8db14406..a0c09c475c015ca829632cb099cd2e4f1d8cf9db 100644
|
| --- a/chrome/browser/bookmarks/enhanced_bookmarks_features.h
|
| +++ b/chrome/browser/bookmarks/enhanced_bookmarks_features.h
|
| @@ -9,6 +9,10 @@
|
|
|
| #include "extensions/common/extension.h"
|
|
|
| +namespace about_flags {
|
| +class FlagsStorage;
|
| +} // namespace about_flags
|
| +
|
| class PrefService;
|
| class Profile;
|
|
|
| @@ -54,7 +58,8 @@ void ForceFinchBookmarkExperimentIfNeeded(
|
| // Experiment could run by Chrome sync or by Finch.
|
| // Note that this doesn't necessarily mean that enhanced bookmarks
|
| // is enabled, e.g., user can opt out using a flag.
|
| -bool IsEnhancedBookmarksExperimentEnabled();
|
| +bool IsEnhancedBookmarksExperimentEnabled(
|
| + about_flags::FlagsStorage* flags_storage);
|
|
|
| #if defined(OS_ANDROID)
|
| // Returns true if enhanced bookmark salient image prefetching is enabled.
|
|
|