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

Side by Side Diff: chrome/browser/sync/protocol/nigori_specifics.proto

Issue 7150023: Add protobuffer and model type for syncing custom search engines. Includes all boilerplate helper... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 9 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 // Copyright (c) 2010 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2010 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 // 4 //
5 // Sync protocol datatype extension for nigori keys. 5 // Sync protocol datatype extension for nigori keys.
6 6
7 // Update proto_value_conversions{.h,.cc,_unittest.cc} if you change 7 // Update proto_value_conversions{.h,.cc,_unittest.cc} if you change
8 // any fields in this file. 8 // any fields in this file.
9 9
10 syntax = "proto2"; 10 syntax = "proto2";
(...skipping 28 matching lines...) Expand all
39 // Passwords are always encrypted, so we don't need a field here. 39 // Passwords are always encrypted, so we don't need a field here.
40 optional bool encrypt_bookmarks = 3; 40 optional bool encrypt_bookmarks = 3;
41 optional bool encrypt_preferences = 4; 41 optional bool encrypt_preferences = 4;
42 optional bool encrypt_autofill_profile = 5; 42 optional bool encrypt_autofill_profile = 5;
43 optional bool encrypt_autofill = 6; 43 optional bool encrypt_autofill = 6;
44 optional bool encrypt_themes = 7; 44 optional bool encrypt_themes = 7;
45 optional bool encrypt_typed_urls = 8; 45 optional bool encrypt_typed_urls = 8;
46 optional bool encrypt_extensions = 9; 46 optional bool encrypt_extensions = 9;
47 optional bool encrypt_sessions = 10; 47 optional bool encrypt_sessions = 10;
48 optional bool encrypt_apps = 11; 48 optional bool encrypt_apps = 11;
49 optional bool encrypt_search_engines = 12;
49 } 50 }
50 51
51 extend EntitySpecifics { 52 extend EntitySpecifics {
52 optional NigoriSpecifics nigori = 47745; 53 optional NigoriSpecifics nigori = 47745;
53 } 54 }
54 55
OLDNEW
« no previous file with comments | « chrome/browser/sync/glue/data_type_manager_impl.cc ('k') | chrome/browser/sync/protocol/proto_value_conversions.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698