|
Move printing.* prefs from local state to profile
This CL moves the printing.* prefs to the profile where they arguably
should have resided in the first place. Unit tests are simplified by
this change as the prefs can now be checked without verifying that local
state exists. There is no user-visible change as the prefs are not
exposed via the UI.
BUG= 137814
TEST=all unit_tests pass, all printing browser_tests pass
Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=148531
Total comments: 2
Total comments: 5
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+90 lines, -185 lines) |
Patch |
 |
M |
chrome/browser/browser_process_impl.cc
|
View
|
1
2
|
1 chunk |
+0 lines, -4 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/chrome_content_browser_client.cc
|
View
|
1
2
|
2 chunks |
+3 lines, -7 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/prefs/browser_prefs.cc
|
View
|
1
2
|
2 chunks |
+0 lines, -5 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/printing/print_job_manager.h
|
View
|
|
4 chunks |
+0 lines, -23 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/printing/print_job_manager.cc
|
View
|
|
4 chunks |
+0 lines, -20 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/printing/print_preview_tab_controller_unittest.cc
|
View
|
1
|
3 chunks |
+11 lines, -2 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/printing/print_preview_unit_test_base.h
|
View
|
1
|
1 chunk |
+0 lines, -26 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/printing/print_preview_unit_test_base.cc
|
View
|
1
|
1 chunk |
+0 lines, -38 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/printing/print_view_manager.cc
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/printing/printing_message_filter.h
|
View
|
|
3 chunks |
+5 lines, -1 line |
0 comments
|
Download
|
 |
M |
chrome/browser/printing/printing_message_filter.cc
|
View
|
|
4 chunks |
+9 lines, -3 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/profiles/profile_impl.cc
|
View
|
1
2
|
1 chunk |
+12 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/profiles/profile_io_data.h
|
View
|
1
2
|
2 chunks |
+5 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/profiles/profile_io_data.cc
|
View
|
1
2
|
2 chunks |
+5 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/tab_contents/render_view_context_menu.cc
|
View
|
|
2 chunks |
+4 lines, -9 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/browser_command_controller.cc
|
View
|
1
2
|
2 chunks |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/browser_commands.cc
|
View
|
1
2
|
3 chunks |
+9 lines, -17 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/browser_ui_prefs.cc
|
View
|
|
1 chunk |
+0 lines, -7 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/webui/chrome_web_ui_controller_factory.cc
|
View
|
1
2
|
2 chunks |
+1 line, -4 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/webui/print_preview/print_preview_handler_unittest.cc
|
View
|
1
|
5 chunks |
+8 lines, -4 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/webui/print_preview/print_preview_ui_unittest.cc
|
View
|
1
|
2 chunks |
+7 lines, -3 lines |
0 comments
|
Download
|
 |
M |
chrome/chrome_tests.gypi
|
View
|
1
2
|
1 chunk |
+0 lines, -2 lines |
0 comments
|
Download
|
 |
M |
chrome/common/pref_names.h
|
View
|
1
2
|
2 chunks |
+3 lines, -3 lines |
0 comments
|
Download
|
 |
M |
chrome/common/pref_names.cc
|
View
|
1
2
|
2 chunks |
+6 lines, -6 lines |
0 comments
|
Download
|
Total messages: 15 (0 generated)
|