Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(893)

Unified Diff: components/sync/engine_impl/all_status.h

Issue 2619763002: Expose local sync mode status in the chrome://sync-internals page. (Closed)
Patch Set: Created 3 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « components/sync/engine/sync_status.h ('k') | components/sync/engine_impl/all_status.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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.
« no previous file with comments | « components/sync/engine/sync_status.h ('k') | components/sync/engine_impl/all_status.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698