| Index: ios/chrome/browser/experimental_flags.h
|
| diff --git a/ios/chrome/browser/experimental_flags.h b/ios/chrome/browser/experimental_flags.h
|
| index a9764926521c40b3e4b509394b6f493b7b019285..99436a2a79c211525a981a4e56a35f24e45130d9 100644
|
| --- a/ios/chrome/browser/experimental_flags.h
|
| +++ b/ios/chrome/browser/experimental_flags.h
|
| @@ -34,6 +34,9 @@ bool IsTabSwitcherEnabled();
|
| // Whether the reading list is enabled.
|
| bool IsReadingListEnabled();
|
|
|
| +// Whether the All Bookmarks view is visible in bookmarks.
|
| +bool IsAllBookmarksEnabled();
|
| +
|
| } // namespace experimental_flags
|
|
|
| #endif // IOS_CHROME_BROWSER_EXPERIMENTAL_FLAGS_H_
|
|
|