| Index: components/sync_driver/sync_driver_switches.cc
|
| diff --git a/components/web_resource/web_resource_switches.cc b/components/sync_driver/sync_driver_switches.cc
|
| similarity index 56%
|
| copy from components/web_resource/web_resource_switches.cc
|
| copy to components/sync_driver/sync_driver_switches.cc
|
| index 8a1f9a772c0997b747f3dadfd6ffdcac8bbc2cff..80a20dc284e5c5767919bc3cfe1e2a5b23b665a9 100644
|
| --- a/components/web_resource/web_resource_switches.cc
|
| +++ b/components/sync_driver/sync_driver_switches.cc
|
| @@ -2,11 +2,11 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "components/web_resource/web_resource_switches.h"
|
| +#include "components/sync_driver/sync_driver_switches.h"
|
|
|
| namespace switches {
|
|
|
| -// Specifies a custom URL for fetching NTP promo data.
|
| -const char kPromoServerURL[] = "promo-server-url";
|
| +// Overrides the default server used for profile sync.
|
| +const char kSyncServiceURL[] = "sync-url";
|
|
|
| } // namespace switches
|
|
|