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

Unified Diff: extensions/common/constants.h

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
« no previous file with comments | « extensions/common/api/app_runtime.idl ('k') | tools/metrics/histograms/histograms.xml » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: extensions/common/constants.h
diff --git a/extensions/common/constants.h b/extensions/common/constants.h
index 34f52c1a002b4473e430cf01a26ae9f3cfb54ba4..a92dccb1296de44f9afb172093c3d25657f4a53a 100644
--- a/extensions/common/constants.h
+++ b/extensions/common/constants.h
@@ -130,6 +130,7 @@ enum AppLaunchSource {
SOURCE_BACKGROUND,
SOURCE_KIOSK,
SOURCE_CHROME_INTERNAL,
+ SOURCE_BROWSER_TEST,
NUM_APP_LAUNCH_SOURCES
};
« no previous file with comments | « extensions/common/api/app_runtime.idl ('k') | tools/metrics/histograms/histograms.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698