| Index: chrome/common/chrome_switches.cc
|
| diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
|
| index fd865576d73a232ba3f49475255f1977485187a9..b9cf1a12da420c93faca96d87a623d943583255a 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";
|
|
|