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

Unified Diff: chrome/browser/sync/engine/model_safe_worker.h

Issue 1987009: Add routing info and unrecoverable error info to about:sync (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 10 years, 6 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/browser_about_handler.cc ('k') | chrome/browser/sync/engine/model_safe_worker.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/sync/engine/model_safe_worker.h
===================================================================
--- chrome/browser/sync/engine/model_safe_worker.h (revision 49216)
+++ chrome/browser/sync/engine/model_safe_worker.h (working copy)
@@ -6,6 +6,7 @@
#define CHROME_BROWSER_SYNC_ENGINE_MODEL_SAFE_WORKER_H_
#include <map>
+#include <string>
#include <vector>
#include "base/ref_counted.h"
@@ -29,6 +30,8 @@
MODEL_SAFE_GROUP_COUNT,
};
+std::string ModelSafeGroupToString(ModelSafeGroup group);
+
// The Syncer uses a ModelSafeWorker for all tasks that could potentially
// modify syncable entries (e.g under a WriteTransaction). The ModelSafeWorker
// only knows how to do one thing, and that is take some work (in a fully
@@ -63,7 +66,7 @@
private:
friend class base::RefCountedThreadSafe<ModelSafeWorker>;
-
+
DISALLOW_COPY_AND_ASSIGN(ModelSafeWorker);
};
« no previous file with comments | « chrome/browser/browser_about_handler.cc ('k') | chrome/browser/sync/engine/model_safe_worker.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698