Chromium Code Reviews| 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, |