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

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

Issue 1147553003: ozone: Add atomic initialization path (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 7 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
« no previous file with comments | « no previous file | content/browser/gpu/gpu_process_host.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 3ef1d9c31a5e6680bf6d0eb982c84f5a3207eb02..48339e1434f914fa8848d4a67d23be93f9d01e08 100644
--- a/chrome/browser/chromeos/login/chrome_restart_request.cc
+++ b/chrome/browser/chromeos/login/chrome_restart_request.cc
@@ -168,6 +168,7 @@ std::string DeriveCommandLine(const GURL& start_url,
::switches::kOzoneInitialDisplayPhysicalSizeMm,
::switches::kOzonePlatform,
::switches::kOzoneUseSurfaceless,
+ ::switches::kOzoneUseAtomicDrm,
dnicoara 2015/05/19 17:13:14 This is a platform specific flag. I know that this
achaulk 2015/05/19 17:15:44 The other option is to add a new platform drm_atom
dnicoara 2015/05/19 17:21:58 Well, we could just make it a compile time flag. I
achaulk 2015/05/19 17:27:36 Yeah, at which point we rip out the flag. The goal
dnicoara 2015/05/19 17:54:06 I still don't see much value outside your developm
#endif
app_list::switches::kDisableSyncAppList,
app_list::switches::kEnableSyncAppList,
« no previous file with comments | « no previous file | content/browser/gpu/gpu_process_host.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698