| Index: chrome/common/chrome_switches.cc
|
| diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
|
| index ebc2a88bd5b727931458c3f818f65ce576094a9d..27ace58bafc3df61e53b62e878bbd1f46900281f 100644
|
| --- a/chrome/common/chrome_switches.cc
|
| +++ b/chrome/common/chrome_switches.cc
|
| @@ -1457,9 +1457,6 @@ const char kVariationsServerURL[] = "variations-server-url";
|
| // Prints version information and quits.
|
| const char kVersion[] = "version";
|
|
|
| -// Cycle through a series of URLs listed in the specified file.
|
| -const char kVisitURLs[] = "visit-urls";
|
| -
|
| // Adds the given extension ID to all the permission whitelists.
|
| const char kWhitelistedExtensionID[] = "whitelisted-extension-id";
|
|
|
|
|