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

Side by Side Diff: chrome/browser/chromeos/dom_ui/sync_options_handler.cc

Issue 3012007: Revert 52787 - Make the personal stuff page viewable.... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 10 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
Property Changes:
Added: svn:mergeinfo
OLDNEW
1 // Copyright (c) 2010 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2010 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 #include "chrome/browser/chromeos/dom_ui/sync_options_handler.h" 5 #include "chrome/browser/chromeos/dom_ui/sync_options_handler.h"
6 6
7 #include "app/l10n_util.h" 7 #include "app/l10n_util.h"
8 #include "app/resource_bundle.h" 8 #include "app/resource_bundle.h"
9 #include "base/basictypes.h" 9 #include "base/basictypes.h"
10 #include "base/callback.h" 10 #include "base/callback.h"
(...skipping 29 matching lines...) Expand all
40 l10n_util::GetString(IDS_SYNC_DATATYPE_TYPED_URLS)); 40 l10n_util::GetString(IDS_SYNC_DATATYPE_TYPED_URLS));
41 localized_strings->SetString(L"syncpasswords", 41 localized_strings->SetString(L"syncpasswords",
42 l10n_util::GetString(IDS_SYNC_DATATYPE_PASSWORDS)); 42 l10n_util::GetString(IDS_SYNC_DATATYPE_PASSWORDS));
43 localized_strings->SetString(L"syncextensions", 43 localized_strings->SetString(L"syncextensions",
44 l10n_util::GetString(IDS_SYNC_DATATYPE_EXTENSIONS)); 44 l10n_util::GetString(IDS_SYNC_DATATYPE_EXTENSIONS));
45 localized_strings->SetString(L"syncautofill", 45 localized_strings->SetString(L"syncautofill",
46 l10n_util::GetString(IDS_SYNC_DATATYPE_AUTOFILL)); 46 l10n_util::GetString(IDS_SYNC_DATATYPE_AUTOFILL));
47 localized_strings->SetString(L"syncthemes", 47 localized_strings->SetString(L"syncthemes",
48 l10n_util::GetString(IDS_SYNC_DATATYPE_THEMES)); 48 l10n_util::GetString(IDS_SYNC_DATATYPE_THEMES));
49 } 49 }
OLDNEW
« no previous file with comments | « chrome/browser/chromeos/dom_ui/sync_options_handler.h ('k') | chrome/browser/dom_ui/options_ui.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698