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

Side by Side Diff: chrome/browser/views/options/languages_page_view.cc

Issue 13101: Move base/gfx/skia_util to skia/ext/skia_util_win.... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 12 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) 2006-2008 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2006-2008 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 #include <windows.h> 4 #include <windows.h>
5 #include <shlobj.h> 5 #include <shlobj.h>
6 #include <vsstyle.h> 6 #include <vsstyle.h>
7 #include <vssym32.h> 7 #include <vssym32.h>
8 8
9 #include "chrome/browser/views/options/languages_page_view.h" 9 #include "chrome/browser/views/options/languages_page_view.h"
10 10
11 #include "base/file_util.h" 11 #include "base/file_util.h"
12 #include "base/string_util.h" 12 #include "base/string_util.h"
13 #include "base/gfx/native_theme.h" 13 #include "base/gfx/native_theme.h"
14 #include "base/gfx/skia_utils.h"
15 #include "base/string_util.h" 14 #include "base/string_util.h"
16 #include "chrome/app/theme/theme_resources.h" 15 #include "chrome/app/theme/theme_resources.h"
17 #include "chrome/browser/browser_process.h" 16 #include "chrome/browser/browser_process.h"
18 #include "chrome/browser/shell_dialogs.h" 17 #include "chrome/browser/shell_dialogs.h"
19 #include "chrome/browser/spellchecker.h" 18 #include "chrome/browser/spellchecker.h"
20 #include "chrome/browser/views/options/language_combobox_model.h" 19 #include "chrome/browser/views/options/language_combobox_model.h"
21 #include "chrome/browser/views/password_manager_view.h" 20 #include "chrome/browser/views/password_manager_view.h"
22 #include "chrome/browser/views/restart_message_box.h" 21 #include "chrome/browser/views/restart_message_box.h"
23 #include "chrome/browser/views/standard_layout.h" 22 #include "chrome/browser/views/standard_layout.h"
24 #include "chrome/common/gfx/chrome_canvas.h" 23 #include "chrome/common/gfx/chrome_canvas.h"
(...skipping 745 matching lines...) Expand 10 before | Expand all | Expand 10 after
770 GetLocaleFromIndex(ui_language_index_selected_)); 769 GetLocaleFromIndex(ui_language_index_selected_));
771 } 770 }
772 771
773 if (spellcheck_language_index_selected_ != -1) { 772 if (spellcheck_language_index_selected_ != -1) {
774 UserMetricsRecordAction(L"Options_DictionaryLanguage", 773 UserMetricsRecordAction(L"Options_DictionaryLanguage",
775 profile()->GetPrefs()); 774 profile()->GetPrefs());
776 dictionary_language_.SetValue(dictionary_language_model_-> 775 dictionary_language_.SetValue(dictionary_language_model_->
777 GetLocaleFromIndex(spellcheck_language_index_selected_)); 776 GetLocaleFromIndex(spellcheck_language_index_selected_));
778 } 777 }
779 } 778 }
OLDNEW
« no previous file with comments | « chrome/browser/views/options/fonts_page_view.cc ('k') | chrome/browser/views/options/options_group_view.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698