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

Unified Diff: chrome/browser/sync/profile_sync_service.cc

Issue 1177853002: [Sync] Add ability to save/restore Nigori to SyncEncryptionHandlerImpl (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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
Index: chrome/browser/sync/profile_sync_service.cc
diff --git a/chrome/browser/sync/profile_sync_service.cc b/chrome/browser/sync/profile_sync_service.cc
index c1fb35e8c86b152091bfd4cd3966699772799926..17789240e6a54855c98148e70bf8c1d1ad0618fd 100644
--- a/chrome/browser/sync/profile_sync_service.cc
+++ b/chrome/browser/sync/profile_sync_service.cc
@@ -1412,6 +1412,11 @@ void ProfileSyncService::OnActionableError(const SyncProtocolError& error) {
}
}
+void ProfileSyncService::OnLocalSetCustomPassphrase(
+ const syncer::SyncEncryptionHandler::NigoriState& nigori_state) {
+ DCHECK_CURRENTLY_ON(content::BrowserThread::UI);
Nicolas Zea 2015/06/11 17:43:07 nit: Add a comment with a TODO here and mention th
maniscalco 2015/06/15 16:49:18 Done.
+}
+
void ProfileSyncService::OnConfigureDone(
const DataTypeManager::ConfigureResult& result) {
configure_status_ = result.status;

Powered by Google App Engine
This is Rietveld 408576698