Chromium Code Reviews| Index: extensions/browser/api/app_runtime/app_runtime_api.cc |
| diff --git a/extensions/browser/api/app_runtime/app_runtime_api.cc b/extensions/browser/api/app_runtime/app_runtime_api.cc |
| index 63c73a8fd2c22c4ba7b549e56bca54c5c86403a4..6a38424d039980f75ae9531d02516256cd20d0f4 100644 |
| --- a/extensions/browser/api/app_runtime/app_runtime_api.cc |
| +++ b/extensions/browser/api/app_runtime/app_runtime_api.cc |
| @@ -54,7 +54,6 @@ void DispatchOnLaunchedEventImpl( |
| BrowserContext* context) { |
| UMA_HISTOGRAM_ENUMERATION("Extensions.AppLaunchSource", source, |
| app_runtime::LaunchSource::LAUNCH_SOURCE_LAST + 1); |
| - |
|
Mr4D (OOO till 08-26)
2016/12/03 01:55:27
Since nothing has changed in this file - could you
Andra Paraschiv
2016/12/06 13:19:16
Done.
|
| // "Forced app mode" is true for Chrome OS kiosk mode. |
| launch_data->SetBoolean( |
| "isKioskSession", |