| Index: components/sync/engine_impl/all_status.h
|
| diff --git a/components/sync/engine_impl/all_status.h b/components/sync/engine_impl/all_status.h
|
| index e0a883eadb2518f8122b5082ffa8bf8ec1055c3c..4fade76f5dc88396bdeedf82ba20d5e8cce9841e 100644
|
| --- a/components/sync/engine_impl/all_status.h
|
| +++ b/components/sync/engine_impl/all_status.h
|
| @@ -66,6 +66,8 @@ class AllStatus : public SyncEngineEventListener {
|
|
|
| void IncrementNudgeCounter(NudgeSource source);
|
|
|
| + void SetLocalBackendFolder(const std::string& folder);
|
| +
|
| protected:
|
| // Examines syncer to calculate syncing and the unsynced count,
|
| // and returns a Status with new values.
|
|
|