| Index: chrome/browser/search/search.h
|
| diff --git a/chrome/browser/search/search.h b/chrome/browser/search/search.h
|
| index 72d89fe854f9540f1f8e2e5053c4d34ac681ce5d..f5fa06cc18ffdd2977626ff0c83291118ef209c2 100644
|
| --- a/chrome/browser/search/search.h
|
| +++ b/chrome/browser/search/search.h
|
| @@ -56,10 +56,11 @@ enum OriginChipPosition {
|
| ORIGIN_CHIP_NUM_VALUES,
|
| };
|
|
|
| -enum OriginChipV2HideTrigger {
|
| +enum OriginChipV2Condition {
|
| ORIGIN_CHIP_V2_DISABLED,
|
| ORIGIN_CHIP_V2_HIDE_ON_MOUSE_RELEASE,
|
| ORIGIN_CHIP_V2_HIDE_ON_USER_INPUT,
|
| + ORIGIN_CHIP_V2_ON_SRP,
|
| ORIGIN_CHIP_V2_NUM_VALUES,
|
| };
|
|
|
| @@ -210,7 +211,7 @@ bool ShouldDisplayOriginChipV2();
|
|
|
| // Returns a value indicating what event should trigger hiding the origin chip
|
| // in the location bar.
|
| -OriginChipV2HideTrigger GetOriginChipV2HideTrigger();
|
| +OriginChipV2Condition GetOriginChipV2Condition();
|
|
|
| // Returns true if the local new tab page should show a Google logo and search
|
| // box for users whose default search provider is Google, or false if not.
|
|
|