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

Unified Diff: chrome/browser/extensions/extension_browsertest.cc

Issue 232563009: Change the default channel for ExtensionBrowserTests from dev to trunk. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 8 months 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/extensions/extension_browsertest.cc
diff --git a/chrome/browser/extensions/extension_browsertest.cc b/chrome/browser/extensions/extension_browsertest.cc
index 5c665bace85b808a326347d274527a723549ef9d..db16c8826d7a3d382bbae7afd5d0d58ebdbcb2f0 100644
--- a/chrome/browser/extensions/extension_browsertest.cc
+++ b/chrome/browser/extensions/extension_browsertest.cc
@@ -62,7 +62,9 @@ ExtensionBrowserTest::ExtensionBrowserTest()
#if defined(OS_CHROMEOS)
set_chromeos_user_(true),
#endif
- current_channel_(chrome::VersionInfo::CHANNEL_DEV),
+ // Default channel is STABLE but override with UNKNOWN so that unlaunched
+ // or incomplete APIs can write tests.
+ current_channel_(chrome::VersionInfo::CHANNEL_UNKNOWN),
override_prompt_for_external_extensions_(
FeatureSwitch::prompt_for_external_extensions(),
false),
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698