| Index: ios/chrome/browser/experimental_flags.h
|
| diff --git a/ios/chrome/browser/experimental_flags.h b/ios/chrome/browser/experimental_flags.h
|
| index 99436a2a79c211525a981a4e56a35f24e45130d9..6027d4c61989f7eda4dbc7173ba0b50be6af4422 100644
|
| --- a/ios/chrome/browser/experimental_flags.h
|
| +++ b/ios/chrome/browser/experimental_flags.h
|
| @@ -37,6 +37,9 @@ bool IsReadingListEnabled();
|
| // Whether the All Bookmarks view is visible in bookmarks.
|
| bool IsAllBookmarksEnabled();
|
|
|
| +// Whether the Physical Web feature is enabled.
|
| +bool IsPhysicalWebEnabled();
|
| +
|
| } // namespace experimental_flags
|
|
|
| #endif // IOS_CHROME_BROWSER_EXPERIMENTAL_FLAGS_H_
|
|
|