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

Unified Diff: sync/api/sync_change.h

Issue 10803061: [Sync] Expose change location in GenericChangeProcessor errors (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 5 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/glue/generic_change_processor.cc ('k') | sync/api/sync_change.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sync/api/sync_change.h
diff --git a/sync/api/sync_change.h b/sync/api/sync_change.h
index bf4675ddd7b9316dde2f89a64c1da568c1a2ad09..d519cfea7aec6d7af13aef4c72b8cf0603f26456 100644
--- a/sync/api/sync_change.h
+++ b/sync/api/sync_change.h
@@ -50,6 +50,7 @@ class SyncChange {
// Getters.
SyncChangeType change_type() const;
SyncData sync_data() const;
+ tracked_objects::Location location() const;
// Returns a string representation of |change_type|.
static std::string ChangeTypeToString(SyncChangeType change_type);
« no previous file with comments | « chrome/browser/sync/glue/generic_change_processor.cc ('k') | sync/api/sync_change.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698