| Index: ios/chrome/browser/experimental_flags.h
|
| diff --git a/ios/chrome/browser/experimental_flags.h b/ios/chrome/browser/experimental_flags.h
|
| index 4dfd356288084aff111cd614c2cbbfd3f821b868..e53dec8e9677f14c485c1425da1b35b5f9ea4ebc 100644
|
| --- a/ios/chrome/browser/experimental_flags.h
|
| +++ b/ios/chrome/browser/experimental_flags.h
|
| @@ -119,6 +119,9 @@ bool IsViewCopyPasswordsEnabled();
|
| // only.
|
| bool UseOnlyLocalHeuristicsForPasswordGeneration();
|
|
|
| +// Whether the Suggestions UI is enabled.
|
| +bool IsSuggestionsUIEnabled();
|
| +
|
| } // namespace experimental_flags
|
|
|
| #endif // IOS_CHROME_BROWSER_EXPERIMENTAL_FLAGS_H_
|
|
|