| Index: components/browser_sync/browser_sync_switches.h
|
| diff --git a/components/browser_sync/browser_sync_switches.h b/components/browser_sync/browser_sync_switches.h
|
| index d2376a42e96ee786651b10c6453723da20ba1f2f..9df89c54192d2e2e1f8322df7c97538191af49f9 100644
|
| --- a/components/browser_sync/browser_sync_switches.h
|
| +++ b/components/browser_sync/browser_sync_switches.h
|
| @@ -12,6 +12,8 @@ namespace switches {
|
| extern const char kDisableSync[];
|
| extern const char kDisableSyncTypes[];
|
| extern const char kEnableWifiCredentialSync[];
|
| +extern const char kEnableLocalSyncBackend[];
|
| +extern const char kLocalSyncBackendDir[];
|
|
|
| } // namespace switches
|
|
|
|
|