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

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

Issue 2756133003: Stable channel test failures due to r452240 (Closed)
Patch Set: -- Created 3 years, 9 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 | « chrome/browser/extensions/chrome_extensions_browser_client.cc ('k') | 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 35e284e25e9fdf71fa20c33f3bac09372dd8106f..b465b807729ee4bdd322bfd3aa904cfeba725eb3 100644
--- a/chrome/browser/extensions/extension_browsertest.cc
+++ b/chrome/browser/extensions/extension_browsertest.cc
@@ -114,7 +114,7 @@ ExtensionBrowserTest::ExtensionBrowserTest()
#endif
// Default channel is STABLE but override with UNKNOWN so that unlaunched
// or incomplete APIs can write tests.
- current_channel_(version_info::Channel::UNKNOWN),
+ current_channel_(version_info::Channel::STABLE),
override_prompt_for_external_extensions_(
FeatureSwitch::prompt_for_external_extensions(),
false),
« no previous file with comments | « chrome/browser/extensions/chrome_extensions_browser_client.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698