| Index: components/sync/driver/sync_driver_switches.h
|
| diff --git a/components/sync/driver/sync_driver_switches.h b/components/sync/driver/sync_driver_switches.h
|
| index f0721a4f642612772ca704dc06073978557779ec..525504c5cc4006939cefa966d26f6a055c740710 100644
|
| --- a/components/sync/driver/sync_driver_switches.h
|
| +++ b/components/sync/driver/sync_driver_switches.h
|
| @@ -2,8 +2,6 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -// Defines all the command-line switches used by sync driver.
|
| -
|
| #ifndef COMPONENTS_SYNC_DRIVER_SYNC_DRIVER_SWITCHES_H_
|
| #define COMPONENTS_SYNC_DRIVER_SYNC_DRIVER_SWITCHES_H_
|
|
|
| @@ -11,8 +9,9 @@
|
|
|
| namespace switches {
|
|
|
| -// All switches in alphabetical order. The switches should be documented
|
| -// alongside the definition of their values in the .cc file.
|
| +// Defines all the command-line switches used by sync driver. All switches in
|
| +// alphabetical order. The switches should be documented alongside the
|
| +// definition of their values in the .cc file.
|
| extern const char kSyncDeferredStartupTimeoutSeconds[];
|
| extern const char kSyncDisableDeferredStartup[];
|
| extern const char kSyncEnableGetUpdateAvoidance[];
|
|
|