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

Unified Diff: sync/internal_api/js_sync_encryption_handler_observer.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: sync/internal_api/js_sync_encryption_handler_observer.cc
diff --git a/sync/internal_api/js_sync_encryption_handler_observer.cc b/sync/internal_api/js_sync_encryption_handler_observer.cc
index a000fa674f31ea3a0f8b7e3ce4efaa90878c11aa..9ca4ff1bb7ab6f3a0d1bbe97c5a907a07faea75d 100644
--- a/sync/internal_api/js_sync_encryption_handler_observer.cc
+++ b/sync/internal_api/js_sync_encryption_handler_observer.cc
@@ -113,6 +113,10 @@ void JsSyncEncryptionHandlerObserver::OnPassphraseTypeChanged(
JsEventDetails(&details));
}
+void JsSyncEncryptionHandlerObserver::OnLocalSetCustomPassphrase(
+ const SyncEncryptionHandler::NigoriState& nigori_state) {
+}
+
void JsSyncEncryptionHandlerObserver::HandleJsEvent(
const tracked_objects::Location& from_here,
const std::string& name, const JsEventDetails& details) {

Powered by Google App Engine
This is Rietveld 408576698