| Index: chrome/common/chrome_switches.cc
|
| diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
|
| index d96e5125b3e64094f9a7c959eb10631cbb22f24f..badd14c619f381f9e8f0d78ddb2a985a44c7b31a 100644
|
| --- a/chrome/common/chrome_switches.cc
|
| +++ b/chrome/common/chrome_switches.cc
|
| @@ -589,10 +589,6 @@ const char kEnableClientHints[] = "enable-client-hints";
|
| // Print Proxy component within the service process.
|
| const char kEnableCloudPrintProxy[] = "enable-cloud-print-proxy";
|
|
|
| -// Enables fetching and storing cloud policy for components. This currently
|
| -// supports policy for extensions on Chrome OS.
|
| -const char kEnableComponentCloudPolicy[] = "enable-component-cloud-policy";
|
| -
|
| // Enables fetching the user's contacts from Google and showing them in the
|
| // Chrome OS apps list.
|
| const char kEnableContacts[] = "enable-contacts";
|
|
|