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

Unified Diff: chrome/browser/sync/syncable/model_type.h

Issue 5159001: Rest of the autofill work. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Couple of lint errors sneaked into my previous patch. This is clean of lint errors. Created 10 years 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 side-by-side diff with in-line comments
Download patch
Index: chrome/browser/sync/syncable/model_type.h
diff --git a/chrome/browser/sync/syncable/model_type.h b/chrome/browser/sync/syncable/model_type.h
index 442e4622286f44f6d019d7d4c9a3dc811b9216b0..63c205df1bced3e0b6e43e8d79dfb61c5ee12257 100644
--- a/chrome/browser/sync/syncable/model_type.h
+++ b/chrome/browser/sync/syncable/model_type.h
@@ -49,10 +49,11 @@ enum ModelType {
PREFERENCES,
// A password folder or password object.
PASSWORDS,
+ // An autofill Profile Object
tim (not reviewing) 2010/12/13 19:24:33 AutoFill Profile
lipalani 2010/12/14 21:05:57 Done.
+ AUTOFILL_PROFILE,
// An autofill folder or an autofill object.
AUTOFILL,
- // An autofill Profile Object
- AUTOFILL_PROFILE,
+
// A themes folder or a themes object.
THEMES,
// A typed_url folder or a typed_url object.

Powered by Google App Engine
This is Rietveld 408576698