| Index: ios/chrome/browser/experimental_flags.h
|
| diff --git a/ios/chrome/browser/experimental_flags.h b/ios/chrome/browser/experimental_flags.h
|
| index 6027d4c61989f7eda4dbc7173ba0b50be6af4422..18e914e60bdcf07f82a67eab53bf865b1acdf9ff 100644
|
| --- a/ios/chrome/browser/experimental_flags.h
|
| +++ b/ios/chrome/browser/experimental_flags.h
|
| @@ -40,6 +40,9 @@ bool IsAllBookmarksEnabled();
|
| // Whether the Physical Web feature is enabled.
|
| bool IsPhysicalWebEnabled();
|
|
|
| +// Whether the update password UI is enabled.
|
| +bool IsUpdatePasswordUIEnabled();
|
| +
|
| } // namespace experimental_flags
|
|
|
| #endif // IOS_CHROME_BROWSER_EXPERIMENTAL_FLAGS_H_
|
|
|