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

Side by Side Diff: chrome/browser/chromeos/options/system_page_view.cc

Issue 5606002: Move:... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: 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 unified diff | Download patch | Annotate | Revision Log
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/options/system_page_view.h" 5 #include "chrome/browser/chromeos/options/system_page_view.h"
6 6
7 #include <string> 7 #include <string>
8 #include <vector> 8 #include <vector>
9 9
10 #include "app/combobox_model.h" 10 #include "app/combobox_model.h"
11 #include "app/l10n_util.h" 11 #include "app/l10n_util.h"
12 #include "base/stl_util-inl.h" 12 #include "base/stl_util-inl.h"
13 #include "base/string16.h" 13 #include "base/string16.h"
14 #include "base/string_util.h" 14 #include "base/string_util.h"
15 #include "base/stringprintf.h" 15 #include "base/stringprintf.h"
16 #include "base/utf_string_conversions.h" 16 #include "base/utf_string_conversions.h"
17 #include "chrome/browser/chromeos/cros/cros_library.h" 17 #include "chrome/browser/chromeos/cros/cros_library.h"
18 #include "chrome/browser/chromeos/cros/keyboard_library.h" 18 #include "chrome/browser/chromeos/cros/keyboard_library.h"
19 #include "chrome/browser/chromeos/cros/system_library.h" 19 #include "chrome/browser/chromeos/cros/system_library.h"
20 #include "chrome/browser/chromeos/language_preferences.h" 20 #include "chrome/browser/chromeos/language_preferences.h"
21 #include "chrome/browser/chromeos/options/language_config_util.h" 21 #include "chrome/browser/chromeos/options/language_config_util.h"
22 #include "chrome/browser/chromeos/options/language_config_view.h" 22 #include "chrome/browser/chromeos/options/language_config_view.h"
23 #include "chrome/browser/chromeos/options/options_window_view.h" 23 #include "chrome/browser/chromeos/options/options_window_view.h"
24 #include "chrome/browser/prefs/pref_member.h" 24 #include "chrome/browser/prefs/pref_member.h"
25 #include "chrome/browser/profile.h" 25 #include "chrome/browser/profiles/profile.h"
26 #include "chrome/common/pref_names.h" 26 #include "chrome/common/pref_names.h"
27 #include "grit/generated_resources.h" 27 #include "grit/generated_resources.h"
28 #include "unicode/timezone.h" 28 #include "unicode/timezone.h"
29 #include "views/controls/button/checkbox.h" 29 #include "views/controls/button/checkbox.h"
30 #include "views/controls/button/native_button.h" 30 #include "views/controls/button/native_button.h"
31 #include "views/controls/combobox/combobox.h" 31 #include "views/controls/combobox/combobox.h"
32 #include "views/controls/slider/slider.h" 32 #include "views/controls/slider/slider.h"
33 #include "views/window/window.h" 33 #include "views/window/window.h"
34 34
35 namespace chromeos { 35 namespace chromeos {
(...skipping 491 matching lines...) Expand 10 before | Expand all | Expand 10 after
527 layout->AddPaddingRow(0, kRelatedControlVerticalSpacing); 527 layout->AddPaddingRow(0, kRelatedControlVerticalSpacing);
528 layout->StartRow(0, single_column_view_set_id); 528 layout->StartRow(0, single_column_view_set_id);
529 layout->AddView(new LanguageSection(profile())); 529 layout->AddView(new LanguageSection(profile()));
530 layout->AddPaddingRow(0, kRelatedControlVerticalSpacing); 530 layout->AddPaddingRow(0, kRelatedControlVerticalSpacing);
531 layout->StartRow(0, single_column_view_set_id); 531 layout->StartRow(0, single_column_view_set_id);
532 layout->AddView(new AccessibilitySection(profile())); 532 layout->AddView(new AccessibilitySection(profile()));
533 layout->AddPaddingRow(0, kRelatedControlVerticalSpacing); 533 layout->AddPaddingRow(0, kRelatedControlVerticalSpacing);
534 } 534 }
535 535
536 } // namespace chromeos 536 } // namespace chromeos
OLDNEW
« no previous file with comments | « chrome/browser/chromeos/options/options_window_view.cc ('k') | chrome/browser/chromeos/proxy_cros_settings_provider.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698