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

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

Issue 7396024: Adding a sync_guid field to TemplateURL. Adding appropriate database migration changes and tests. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Lint fix. Created 9 years, 5 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 custom search engines. 5 // Sync protocol datatype extension for custom search engines.
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 17 matching lines...) Expand all
28 optional string input_encodings = 8; 28 optional string input_encodings = 8;
29 optional bool show_in_default_list = 9; 29 optional bool show_in_default_list = 9;
30 optional string suggestions_url = 10; 30 optional string suggestions_url = 10;
31 optional int32 prepopulate_id = 11; 31 optional int32 prepopulate_id = 11;
32 optional bool autogenerate_keyword = 12; 32 optional bool autogenerate_keyword = 12;
33 optional int32 logo_id = 13; 33 optional int32 logo_id = 13;
34 optional bool created_by_policy = 14; 34 optional bool created_by_policy = 14;
35 optional string instant_url = 15; 35 optional string instant_url = 15;
36 optional int64 id = 16; 36 optional int64 id = 16;
37 optional int64 last_modified = 17; 37 optional int64 last_modified = 17;
38 optional string sync_guid = 18;
38 } 39 }
39 40
40 extend EntitySpecifics { 41 extend EntitySpecifics {
41 optional SearchEngineSpecifics search_engine = 88610; 42 optional SearchEngineSpecifics search_engine = 88610;
42 } 43 }
OLDNEW
« no previous file with comments | « chrome/browser/sync/protocol/proto_value_conversions.cc ('k') | chrome/browser/webdata/keyword_table.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698