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

Unified Diff: chrome/browser/chromeos/login/chrome_restart_request.cc

Issue 17502005: Revert r207560 and r207566 to reland r207511. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: add more SupportsMultipleDisplays checks Created 7 years, 6 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 side-by-side diff with in-line comments
Download patch
Index: chrome/browser/chromeos/login/chrome_restart_request.cc
diff --git a/chrome/browser/chromeos/login/chrome_restart_request.cc b/chrome/browser/chromeos/login/chrome_restart_request.cc
index fcf7e274b7d51203ef9a1a3bb88027f17cf64645..7d5b859e17bfde246ff4ff48264ac38092cf8e9e 100644
--- a/chrome/browser/chromeos/login/chrome_restart_request.cc
+++ b/chrome/browser/chromeos/login/chrome_restart_request.cc
@@ -130,10 +130,15 @@ std::string DeriveCommandLine(const GURL& start_url,
::switches::kUseExynosVda,
::switches::kV,
::switches::kEnableWebGLDraftExtensions,
- ash::switches::kAshTouchHud,
- ash::switches::kAuraLegacyPowerButton,
+ ash::switches::kAshDefaultGuestWallpaperLarge,
+ ash::switches::kAshDefaultGuestWallpaperSmall,
+ ash::switches::kAshDefaultWallpaperLarge,
+ ash::switches::kAshDefaultWallpaperSmall,
ash::switches::kAshDisableNewAudioHandler,
ash::switches::kAshEnableAudioDeviceMenu,
+ ash::switches::kAshHostWindowBounds,
+ ash::switches::kAshTouchHud,
+ ash::switches::kAuraLegacyPowerButton,
// Please keep these in alphabetical order. Non-UI Compositor switches
// here should also be added to
// content/browser/renderer_host/render_process_host_impl.cc.
« no previous file with comments | « ash/shell/content_client/shell_browser_main_parts.cc ('k') | chrome/browser/chromeos/login/wallpaper_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698