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

Unified Diff: chrome/browser/sync/protocol/password_specifics.proto

Issue 6465005: [Sync] Initial support for encrypting any datatype (no UI hookup yet). (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Self review Created 9 years, 10 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/protocol/password_specifics.proto
diff --git a/chrome/browser/sync/protocol/password_specifics.proto b/chrome/browser/sync/protocol/password_specifics.proto
index 210ec6e0d6f1a84541a508e92319d5bb1b249d53..9fd16a7a9aecb0a77ade5ae1b474f842686fb2da 100644
--- a/chrome/browser/sync/protocol/password_specifics.proto
+++ b/chrome/browser/sync/protocol/password_specifics.proto
@@ -38,5 +38,5 @@ message PasswordSpecifics {
}
extend EntitySpecifics {
- optional PasswordSpecifics password = 45873;
+ optional PasswordSpecifics password = 45873;
}

Powered by Google App Engine
This is Rietveld 408576698