| Index: chrome/common/chrome_switches.cc
|
| diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
|
| index cf971ac9f671b8047f4a73f1650cb56bc525da82..f4ccc32a2aaf389696f89d845aabb4d98d805cfb 100644
|
| --- a/chrome/common/chrome_switches.cc
|
| +++ b/chrome/common/chrome_switches.cc
|
| @@ -577,6 +577,7 @@ const char kEnableOriginChipV2HideOnMouseRelease[] =
|
| "enable-origin-chip-v2-hide-on-mouse-release";
|
| const char kEnableOriginChipV2HideOnUserInput[] =
|
| "enable-origin-chip-v2-hide-on-user-input";
|
| +const char kEnableOriginChipV2OnSrp[] = "enable-origin-chip-v2-on-srp";
|
|
|
| // Enables panels (always on-top docked pop-up windows).
|
| const char kEnablePanels[] = "enable-panels";
|
|
|