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

Side by Side Diff: chrome/browser/sync/profile_sync_service_model_type_selection_android.h

Issue 16147015: Fix grammar in recurring macro comment (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 7 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
« no previous file with comments | « base/android/activity_state_list.h ('k') | net/android/cert_verify_result_android_list.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright 2013 The Chromium Authors. All rights reserved. 1 // Copyright 2013 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 intentionally does not have header guards, it's included 5 // This file intentionally does not have header guards, it's included
6 // inside a macro to generate enum. 6 // inside a macro to generate enum values.
7 7
8 // This file contains the list of sync ModelTypes that Android can register for 8 // This file contains the list of sync ModelTypes that Android can register for
9 // invalidations for. 9 // invalidations for.
10 10
11 DEFINE_MODEL_TYPE_SELECTION(AUTOFILL, 1<<0) 11 DEFINE_MODEL_TYPE_SELECTION(AUTOFILL, 1<<0)
12 12
13 DEFINE_MODEL_TYPE_SELECTION(BOOKMARK, 1<<1) 13 DEFINE_MODEL_TYPE_SELECTION(BOOKMARK, 1<<1)
14 14
15 DEFINE_MODEL_TYPE_SELECTION(PASSWORD, 1<<2) 15 DEFINE_MODEL_TYPE_SELECTION(PASSWORD, 1<<2)
16 16
17 DEFINE_MODEL_TYPE_SELECTION(SESSION, 1<<3) 17 DEFINE_MODEL_TYPE_SELECTION(SESSION, 1<<3)
18 18
19 DEFINE_MODEL_TYPE_SELECTION(TYPED_URL, 1<<4) 19 DEFINE_MODEL_TYPE_SELECTION(TYPED_URL, 1<<4)
20 20
21 DEFINE_MODEL_TYPE_SELECTION(AUTOFILL_PROFILE, 1<<5) 21 DEFINE_MODEL_TYPE_SELECTION(AUTOFILL_PROFILE, 1<<5)
22 22
23 DEFINE_MODEL_TYPE_SELECTION(HISTORY_DELETE_DIRECTIVE, 1<<6) 23 DEFINE_MODEL_TYPE_SELECTION(HISTORY_DELETE_DIRECTIVE, 1<<6)
24 24
25 DEFINE_MODEL_TYPE_SELECTION(PROXY_TABS, 1<<7) 25 DEFINE_MODEL_TYPE_SELECTION(PROXY_TABS, 1<<7)
26 26
27 DEFINE_MODEL_TYPE_SELECTION(FAVICON_IMAGE, 1<<8) 27 DEFINE_MODEL_TYPE_SELECTION(FAVICON_IMAGE, 1<<8)
28 28
29 DEFINE_MODEL_TYPE_SELECTION(FAVICON_TRACKING, 1<<9) 29 DEFINE_MODEL_TYPE_SELECTION(FAVICON_TRACKING, 1<<9)
30 30
31 DEFINE_MODEL_TYPE_SELECTION(NIGORI, 1<<10) 31 DEFINE_MODEL_TYPE_SELECTION(NIGORI, 1<<10)
32 32
33 DEFINE_MODEL_TYPE_SELECTION(DEVICE_INFO, 1<<11) 33 DEFINE_MODEL_TYPE_SELECTION(DEVICE_INFO, 1<<11)
34 34
35 DEFINE_MODEL_TYPE_SELECTION(EXPERIMENTS, 1<<12) 35 DEFINE_MODEL_TYPE_SELECTION(EXPERIMENTS, 1<<12)
OLDNEW
« no previous file with comments | « base/android/activity_state_list.h ('k') | net/android/cert_verify_result_android_list.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698