Chromium Code Reviews| Index: components/sync_driver/sync_frontend.h |
| diff --git a/components/sync_driver/sync_frontend.h b/components/sync_driver/sync_frontend.h |
| index 774a55366256619d43a930c3b78cd3dcffeadee9..3c821aa35abdcad3c41aaf3fd9d4e90ce693adea 100644 |
| --- a/components/sync_driver/sync_frontend.h |
| +++ b/components/sync_driver/sync_frontend.h |
| @@ -134,6 +134,12 @@ class SyncFrontend { |
| // Called when the sync cycle returns there is an user actionable error. |
| virtual void OnActionableError(const syncer::SyncProtocolError& error) = 0; |
| + |
| + // Called when the user of this device enables passphrase encryption. |
| + // |
| + // |nigori_state| is the updated nigori state. |
|
Nicolas Zea
2015/06/11 17:43:07
Maybe be a bit more specific and explain that nigo
maniscalco
2015/06/15 16:49:18
Done.
|
| + virtual void OnLocalSetCustomPassphrase( |
| + const syncer::SyncEncryptionHandler::NigoriState& nigori_state) = 0; |
| }; |
| } // namespace sync_driver |