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

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

Issue 7669073: [Sync] Add support for enabling session sync remotely. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: DOUBLE R..ebase Created 9 years, 3 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) 2011 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2011 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 42 matching lines...) Expand 10 before | Expand all | Expand 10 after
53 optional bool encrypt_bookmarks = 13; 53 optional bool encrypt_bookmarks = 13;
54 optional bool encrypt_preferences = 14; 54 optional bool encrypt_preferences = 14;
55 optional bool encrypt_autofill_profile = 15; 55 optional bool encrypt_autofill_profile = 15;
56 optional bool encrypt_autofill = 16; 56 optional bool encrypt_autofill = 16;
57 optional bool encrypt_themes = 17; 57 optional bool encrypt_themes = 17;
58 optional bool encrypt_typed_urls = 18; 58 optional bool encrypt_typed_urls = 18;
59 optional bool encrypt_extensions = 19; 59 optional bool encrypt_extensions = 19;
60 optional bool encrypt_sessions = 20; 60 optional bool encrypt_sessions = 20;
61 optional bool encrypt_apps = 21; 61 optional bool encrypt_apps = 21;
62 optional bool encrypt_search_engines = 22; 62 optional bool encrypt_search_engines = 22;
63
64 optional bool sync_tabs = 23;
63 } 65 }
64 66
65 extend EntitySpecifics { 67 extend EntitySpecifics {
66 optional NigoriSpecifics nigori = 47745; 68 optional NigoriSpecifics nigori = 47745;
67 } 69 }
68 70
OLDNEW
« no previous file with comments | « chrome/browser/sync/profile_sync_service_harness.cc ('k') | chrome/browser/sync/protocol/proto_value_conversions.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698