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

Unified Diff: sync/internal_api/test/fake_sync_manager.cc

Issue 10825137: FYI: Control Data + Per-Device Metadata (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Add PER_USER_METADATA, refactor some encryption code Created 8 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: sync/internal_api/test/fake_sync_manager.cc
diff --git a/sync/internal_api/test/fake_sync_manager.cc b/sync/internal_api/test/fake_sync_manager.cc
index e6b415a551c9919a38d57a5480f24f5e36877829..7c7a74b686e1798e6699c507401183698202f8b0 100644
--- a/sync/internal_api/test/fake_sync_manager.cc
+++ b/sync/internal_api/test/fake_sync_manager.cc
@@ -264,8 +264,9 @@ UserShare* FakeSyncManager::GetUserShare() {
return NULL;
}
-void FakeSyncManager::RefreshNigori(const std::string& chrome_version,
- const base::Closure& done_callback) {
+void FakeSyncManager::InitialProcessMetadata(
+ const std::string& chrome_version,
+ const base::Closure& done_callback) {
done_callback.Run();
}

Powered by Google App Engine
This is Rietveld 408576698