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

Unified Diff: components/sync/base/nigori.h

Issue 2934893003: Deleted redundant SymmetricKey::GetRawKey(). (Closed)
Patch Set: Rebased to fix conflict with ToT. Created 3 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
« no previous file with comments | « components/sync/base/cryptographer.cc ('k') | components/sync/base/nigori.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/sync/base/nigori.h
diff --git a/components/sync/base/nigori.h b/components/sync/base/nigori.h
index 92c77b4079e07b7867dc54a342656ef68c309ba0..72b351ee3b357a1c00e9d6dcf364146dfc7448b6 100644
--- a/components/sync/base/nigori.h
+++ b/components/sync/base/nigori.h
@@ -60,7 +60,7 @@ class Nigori {
bool Decrypt(const std::string& value, std::string* decrypted) const;
// Exports the raw derived keys.
- bool ExportKeys(std::string* user_key,
+ void ExportKeys(std::string* user_key,
std::string* encryption_key,
std::string* mac_key) const;
« no previous file with comments | « components/sync/base/cryptographer.cc ('k') | components/sync/base/nigori.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698