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

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

Issue 2878012: Revert 50902 - New HTML Sync Setup UI.... (Closed) Base URL: svn://svn.chromium.org/chrome/branches/450/src/
Patch Set: Created 10 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 side-by-side diff with in-line comments
Download patch
Index: chrome/browser/sync/syncable/model_type.cc
===================================================================
--- chrome/browser/sync/syncable/model_type.cc (revision 51166)
+++ chrome/browser/sync/syncable/model_type.cc (working copy)
@@ -114,8 +114,6 @@
return "Bookmarks";
case PREFERENCES:
return "Preferences";
- case PASSWORDS:
- return "Passwords";
case AUTOFILL:
return "Autofill";
case THEMES:
@@ -124,6 +122,8 @@
return "Typed URLs";
case EXTENSIONS:
return "Extensions";
+ case PASSWORDS:
+ return "Passwords";
case NIGORI:
return "Encryption keys";
default:
« no previous file with comments | « chrome/browser/sync/sync_setup_wizard_unittest.cc ('k') | chrome/browser/views/options/content_page_view.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698