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

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

Issue 757433004: Add SOURCE_TEST. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Update existing browser tests to use the correct source. Created 6 years 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 6cb7c716e9aa935192803b4fc048f1ecfd577fb8..3654105d98d10cad7a191a2e827bd343f2700859 100644
--- a/extensions/browser/api/app_runtime/app_runtime_api.cc
+++ b/extensions/browser/api/app_runtime/app_runtime_api.cc
@@ -101,6 +101,8 @@ app_runtime::LaunchSource getLaunchSourceEnum(
return app_runtime::LAUNCH_SOURCE_KIOSK;
case extensions::SOURCE_CHROME_INTERNAL:
return app_runtime::LAUNCH_SOURCE_CHROME_INTERNAL;
+ case extensions::SOURCE_BROWSER_TEST:
+ return app_runtime::LAUNCH_SOURCE_BROWSER_TEST;
default:
return app_runtime::LAUNCH_SOURCE_NONE;

Powered by Google App Engine
This is Rietveld 408576698