| Index: ios/chrome/browser/experimental_flags.h
|
| diff --git a/ios/chrome/browser/experimental_flags.h b/ios/chrome/browser/experimental_flags.h
|
| index b3b4af4d87d9e1a33f67d4e00d02c4b2f53be7c0..5b019f4ab09ccf2253a85c4453cae82962279a1f 100644
|
| --- a/ios/chrome/browser/experimental_flags.h
|
| +++ b/ios/chrome/browser/experimental_flags.h
|
| @@ -76,6 +76,9 @@
|
| // Whether the Payment Request API is enabled or not.
|
| bool IsPaymentRequestEnabled();
|
|
|
| +// Whether the back-forward navigation uses pending index.
|
| +bool IsPendingIndexNavigationEnabled();
|
| +
|
| // Whether the Physical Web feature is enabled.
|
| bool IsPhysicalWebEnabled();
|
|
|
|
|