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

Unified Diff: chrome/browser/managed_mode/managed_user_registration_utility_unittest.cc

Issue 23129007: sync: Add GetAllSyncData to sync/api (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: review comments Created 7 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
Index: chrome/browser/managed_mode/managed_user_registration_utility_unittest.cc
diff --git a/chrome/browser/managed_mode/managed_user_registration_utility_unittest.cc b/chrome/browser/managed_mode/managed_user_registration_utility_unittest.cc
index 124b5e6133c80516a83e5abca074b74d3b38bb3c..06b7129644d5d44616d96b234832f5b08d818d2d 100644
--- a/chrome/browser/managed_mode/managed_user_registration_utility_unittest.cc
+++ b/chrome/browser/managed_mode/managed_user_registration_utility_unittest.cc
@@ -47,6 +47,11 @@ class MockChangeProcessor : public SyncChangeProcessor {
const tracked_objects::Location& from_here,
const SyncChangeList& change_list) OVERRIDE;
+ virtual SyncDataList GetAllSyncData(syncer::ModelType type) const
+ OVERRIDE {
+ return SyncDataList();
+ }
+
const SyncChangeList& changes() const { return change_list_; }
private:

Powered by Google App Engine
This is Rietveld 408576698