|
Revert r207560 and r207566 to reland r207511.
The win_aura builder appeared to have trouble running
animations in
DesktopBackgroundControllerTest.SetDefaultWallpaper; this
version of the change splits that test into several smaller
tests so that animations can be avoided.
Original change:
ash: Add flags for specifying default wallpaper.
This adds new command-line flags for specifying image files
that will be used as default wallpaper:
--ash-default-guest-wallpaper-large
--ash-default-guest-wallpaper-small
--ash-default-wallpaper-large
--ash-default-wallpaper-small
This makes it easier for Chrome OS to have per-device custom
wallpaper. (We previously loaded the default wallpaper from
a resource file, but that prevents the same build of Chrome
from being used on different devices.)
BUG= 248764
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=207800
Total comments: 2
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+662 lines, -323 lines) |
Patch |
 |
M |
ash/ash_switches.h
|
View
|
1
2
|
1 chunk |
+4 lines, -0 lines |
0 comments
|
Download
|
 |
M |
ash/ash_switches.cc
|
View
|
1
2
|
1 chunk |
+11 lines, -0 lines |
0 comments
|
Download
|
 |
M |
ash/desktop_background/desktop_background_controller.h
|
View
|
|
8 chunks |
+42 lines, -27 lines |
0 comments
|
Download
|
 |
M |
ash/desktop_background/desktop_background_controller.cc
|
View
|
|
12 chunks |
+149 lines, -68 lines |
0 comments
|
Download
|
 |
M |
ash/desktop_background/desktop_background_controller_unittest.cc
|
View
|
1
2
3
|
10 chunks |
+312 lines, -27 lines |
0 comments
|
Download
|
 |
M |
ash/desktop_background/wallpaper_resizer.h
|
View
|
|
3 chunks |
+19 lines, -11 lines |
0 comments
|
Download
|
 |
M |
ash/desktop_background/wallpaper_resizer.cc
|
View
|
1
|
3 chunks |
+63 lines, -59 lines |
0 comments
|
Download
|
 |
M |
ash/desktop_background/wallpaper_resizer_unittest.cc
|
View
|
|
5 chunks |
+24 lines, -22 lines |
0 comments
|
Download
|
 |
M |
ash/display/display_manager.cc
|
View
|
1
2
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
ash/shell/content_client/shell_browser_main_parts.cc
|
View
|
|
1 chunk |
+2 lines, -6 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/chromeos/login/chrome_restart_request.cc
|
View
|
1
2
|
1 chunk |
+7 lines, -2 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/chromeos/login/wallpaper_manager.cc
|
View
|
|
1 chunk |
+3 lines, -18 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/chromeos/login/wallpaper_manager_browsertest.cc
|
View
|
|
11 chunks |
+25 lines, -82 lines |
0 comments
|
Download
|
Total messages: 14 (0 generated)
|