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

Side by Side Diff: chrome/browser/prefs/browser_prefs.cc

Issue 8992034: Merge 114608, 115692 to 963 (M17) branch. (Closed) Base URL: svn://svn.chromium.org/chrome/branches/963/src/
Patch Set: rebasing, checking for diffs before merge Created 8 years, 12 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
« no previous file with comments | « chrome/browser/chrome_browser_main.cc ('k') | chrome/browser/profiles/profile_manager.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright (c) 2011 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2011 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/prefs/browser_prefs.h" 5 #include "chrome/browser/prefs/browser_prefs.h"
6 6
7 #include "chrome/browser/about_flags.h" 7 #include "chrome/browser/about_flags.h"
8 #include "chrome/browser/autofill/autofill_manager.h" 8 #include "chrome/browser/autofill/autofill_manager.h"
9 #include "chrome/browser/background/background_mode_manager.h" 9 #include "chrome/browser/background/background_mode_manager.h"
10 #include "chrome/browser/bookmarks/bookmark_model.h" 10 #include "chrome/browser/bookmarks/bookmark_model.h"
(...skipping 40 matching lines...) Expand 10 before | Expand all | Expand 10 after
51 #include "chrome/browser/task_manager/task_manager.h" 51 #include "chrome/browser/task_manager/task_manager.h"
52 #include "chrome/browser/translate/translate_prefs.h" 52 #include "chrome/browser/translate/translate_prefs.h"
53 #include "chrome/browser/ui/browser.h" 53 #include "chrome/browser/ui/browser.h"
54 #include "chrome/browser/ui/search_engines/keyword_editor_controller.h" 54 #include "chrome/browser/ui/search_engines/keyword_editor_controller.h"
55 #include "chrome/browser/ui/tab_contents/tab_contents_wrapper.h" 55 #include "chrome/browser/ui/tab_contents/tab_contents_wrapper.h"
56 #include "chrome/browser/ui/webui/flags_ui.h" 56 #include "chrome/browser/ui/webui/flags_ui.h"
57 #include "chrome/browser/ui/webui/ntp/new_tab_page_handler.h" 57 #include "chrome/browser/ui/webui/ntp/new_tab_page_handler.h"
58 #include "chrome/browser/ui/webui/ntp/new_tab_ui.h" 58 #include "chrome/browser/ui/webui/ntp/new_tab_ui.h"
59 #include "chrome/browser/ui/webui/options/extension_settings_handler.h" 59 #include "chrome/browser/ui/webui/options/extension_settings_handler.h"
60 #include "chrome/browser/ui/webui/plugins_ui.h" 60 #include "chrome/browser/ui/webui/plugins_ui.h"
61 #include "chrome/browser/ui/webui/sync_promo_ui.h" 61 #include "chrome/browser/ui/webui/sync_promo/sync_promo_ui.h"
62 #include "chrome/browser/upgrade_detector.h" 62 #include "chrome/browser/upgrade_detector.h"
63 #include "chrome/browser/web_resource/promo_resource_service.h" 63 #include "chrome/browser/web_resource/promo_resource_service.h"
64 #include "chrome/common/pref_names.h" 64 #include "chrome/common/pref_names.h"
65 #include "content/browser/host_zoom_map.h" 65 #include "content/browser/host_zoom_map.h"
66 #include "content/browser/ssl/ssl_manager.h" 66 #include "content/browser/ssl/ssl_manager.h"
67 #include "content/public/browser/render_process_host.h" 67 #include "content/public/browser/render_process_host.h"
68 68
69 #if defined(OS_MACOSX) 69 #if defined(OS_MACOSX)
70 #include "chrome/browser/ui/cocoa/presentation_mode_prefs.h" 70 #include "chrome/browser/ui/cocoa/presentation_mode_prefs.h"
71 #endif 71 #endif
(...skipping 150 matching lines...) Expand 10 before | Expand all | Expand 10 after
222 user_prefs->Set(prefs::kBrowserWindowPlacement, *(pref->GetValue())); 222 user_prefs->Set(prefs::kBrowserWindowPlacement, *(pref->GetValue()));
223 } 223 }
224 local_state->ClearPref(prefs::kBrowserWindowPlacement); 224 local_state->ClearPref(prefs::kBrowserWindowPlacement);
225 225
226 local_state->SetInteger(prefs::kMultipleProfilePrefMigration, 226 local_state->SetInteger(prefs::kMultipleProfilePrefMigration,
227 current_version | WINDOWS_PREFS); 227 current_version | WINDOWS_PREFS);
228 } 228 }
229 } 229 }
230 230
231 } // namespace browser 231 } // namespace browser
OLDNEW
« no previous file with comments | « chrome/browser/chrome_browser_main.cc ('k') | chrome/browser/profiles/profile_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698