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

Unified Diff: extensions/browser/api/app_runtime/app_runtime_api.cc

Issue 2523053004: Enhance chrome.app.window API for shelf integration with restore support (Closed)
Patch Set: Created 4 years, 1 month 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: 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",

Powered by Google App Engine
This is Rietveld 408576698