diff options
Diffstat (limited to 'chrome/browser/sync/protocol/password_specifics.proto')
-rw-r--r-- | chrome/browser/sync/protocol/password_specifics.proto | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/chrome/browser/sync/protocol/password_specifics.proto b/chrome/browser/sync/protocol/password_specifics.proto index 49f1343..769914433 100644 --- a/chrome/browser/sync/protocol/password_specifics.proto +++ b/chrome/browser/sync/protocol/password_specifics.proto @@ -1,4 +1,4 @@ -// Copyright (c) 2010 The Chromium Authors. All rights reserved. +// Copyright (c) 2012 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. // @@ -15,7 +15,6 @@ option retain_unknown_fields = true; package sync_pb; import "encryption.proto"; -import "sync.proto"; // These are the properties that get serialized into the |encrypted| field of // PasswordSpecifics. @@ -40,6 +39,3 @@ message PasswordSpecifics { optional EncryptedData encrypted = 1; } -extend EntitySpecifics { - optional PasswordSpecifics password = 45873; -} |