| Index: ios/chrome/browser/experimental_flags.h
|
| diff --git a/ios/chrome/browser/experimental_flags.h b/ios/chrome/browser/experimental_flags.h
|
| index efdc73ab5e1a94ddac2a1cfff104c699e052611d..a23319abe3dc8e26afab132e06ad97bbc384705c 100644
|
| --- a/ios/chrome/browser/experimental_flags.h
|
| +++ b/ios/chrome/browser/experimental_flags.h
|
| @@ -42,6 +42,9 @@
|
|
|
| // Whether background crash report upload should generate a local notification.
|
| bool IsAlertOnBackgroundUploadEnabled();
|
| +
|
| +// Whether the All Bookmarks view is visible in bookmarks.
|
| +bool IsAllBookmarksEnabled();
|
|
|
| // Whether auto-reload is enabled.
|
| bool IsAutoReloadEnabled();
|
|
|