Commit 3186b03b authored by kalman@chromium.org's avatar kalman@chromium.org

Change the default channel for ExtensionBrowserTests from dev to trunk.

R=aboxhall@chromium.org

Review URL: https://codereview.chromium.org/232563009

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@263130 0039d316-1c4b-4281-b951-d872f2087c98
parent 9fba7b43
...@@ -62,7 +62,9 @@ ExtensionBrowserTest::ExtensionBrowserTest() ...@@ -62,7 +62,9 @@ ExtensionBrowserTest::ExtensionBrowserTest()
#if defined(OS_CHROMEOS) #if defined(OS_CHROMEOS)
set_chromeos_user_(true), set_chromeos_user_(true),
#endif #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_( override_prompt_for_external_extensions_(
FeatureSwitch::prompt_for_external_extensions(), FeatureSwitch::prompt_for_external_extensions(),
false), false),
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment