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

Unified Diff: sync/engine/all_status.h

Issue 10991005: Added nudge source counters to about:sync. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Fixed indentation Created 8 years, 3 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 | « chrome/browser/sync/about_sync_util.cc ('k') | sync/engine/all_status.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sync/engine/all_status.h
diff --git a/sync/engine/all_status.h b/sync/engine/all_status.h
index 9649a35fe66a2c82e187cd8462cc495d4b5594d0..6d3e52bb45d11c86593597cbfb0765832a533aac 100644
--- a/sync/engine/all_status.h
+++ b/sync/engine/all_status.h
@@ -17,6 +17,7 @@
#include "sync/engine/syncer_types.h"
#include "sync/internal_api/public/base/model_type.h"
#include "sync/internal_api/public/engine/sync_status.h"
+#include "sync/engine/nudge_source.h"
namespace syncer {
@@ -59,6 +60,8 @@ class AllStatus : public SyncEngineEventListener {
void SetUniqueId(const std::string& guid);
+ void IncrementNudgeCounter(NudgeSource source);
+
protected:
// Examines syncer to calculate syncing and the unsynced count,
// and returns a Status with new values.
« no previous file with comments | « chrome/browser/sync/about_sync_util.cc ('k') | sync/engine/all_status.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698