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

Side by Side Diff: components/autofill/browser/risk/proto/fingerprint.proto

Issue 12434004: Move remaining Autofill code to //components/autofill. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix long lines Created 7 years, 9 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) 2012 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2012 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 // This file contains the definition of protocol buffers for native browser 5 // This file contains the definition of protocol buffers for native browser
6 // fingerprinting. 6 // fingerprinting.
7 7
8 syntax = "proto2"; 8 syntax = "proto2";
9 9
10 option optimize_for = LITE_RUNTIME; 10 option optimize_for = LITE_RUNTIME;
(...skipping 198 matching lines...) Expand 10 before | Expand all | Expand 10 after
209 209
210 optional Performance performance = 2; 210 optional Performance performance = 2;
211 211
212 optional UserCharacteristics user_characteristics = 3; 212 optional UserCharacteristics user_characteristics = 3;
213 213
214 optional TransientState transient_state = 4; 214 optional TransientState transient_state = 4;
215 215
216 // Metadata associated with data collection. 216 // Metadata associated with data collection.
217 optional Metadata metadata = 5; 217 optional Metadata metadata = 5;
218 } 218 }
OLDNEW
« no previous file with comments | « components/autofill/browser/risk/fingerprint.cc ('k') | components/autofill/browser/test_autofill_external_delegate.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698