| Index: ios/chrome/browser/experimental_flags.h
|
| diff --git a/ios/chrome/browser/experimental_flags.h b/ios/chrome/browser/experimental_flags.h
|
| index af5de7ff776a16144c3174c558df35947391faf6..e31a07eb230a38f518d4cd551ec8ec97b4fddaff 100644
|
| --- a/ios/chrome/browser/experimental_flags.h
|
| +++ b/ios/chrome/browser/experimental_flags.h
|
| @@ -57,6 +57,9 @@ bool UseOnlyLocalHeuristicsForPasswordGeneration();
|
| // Whether the Tab Switcher is enabled for iPad or not.
|
| bool IsTabSwitcherEnabled();
|
|
|
| +// Whether the reading list is enabled.
|
| +bool IsReadingListEnabled();
|
| +
|
| } // namespace experimental_flags
|
|
|
| #endif // IOS_CHROME_BROWSER_EXPERIMENTAL_FLAGS_H_
|
|
|