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

Unified Diff: chrome/browser/policy/managed_mode_policy_provider_unittest.cc

Issue 23129007: sync: Add GetAllSyncData to sync/api (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 4 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/policy/managed_mode_policy_provider_unittest.cc
diff --git a/chrome/browser/policy/managed_mode_policy_provider_unittest.cc b/chrome/browser/policy/managed_mode_policy_provider_unittest.cc
index 6a90a68ca27b8b3447ef12341c676a2438194bbf..2cb393898d172930271b6c32aa8fb94e8280088c 100644
--- a/chrome/browser/policy/managed_mode_policy_provider_unittest.cc
+++ b/chrome/browser/policy/managed_mode_policy_provider_unittest.cc
@@ -32,6 +32,10 @@ class MockChangeProcessor : public syncer::SyncChangeProcessor {
const syncer::SyncChangeList& changes() const { return change_list_; }
+ virtual syncer::SyncDataList GetAllSyncData(syncer::ModelType type) const {
+ return syncer::SyncDataList();
+ }
+
private:
syncer::SyncChangeList change_list_;

Powered by Google App Engine
This is Rietveld 408576698