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

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

Issue 11150002: New post-sideload UI: (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: !!! Created 8 years, 2 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
Index: chrome/browser/extensions/extension_browsertest.cc
diff --git a/chrome/browser/extensions/extension_browsertest.cc b/chrome/browser/extensions/extension_browsertest.cc
index ad9325c1c9faf3939d5a585de3562e08ca6cac6e..307a068b425943b6d80560272bcb69deef05e703 100644
--- a/chrome/browser/extensions/extension_browsertest.cc
+++ b/chrome/browser/extensions/extension_browsertest.cc
@@ -50,7 +50,9 @@ ExtensionBrowserTest::ExtensionBrowserTest()
extension_load_errors_observed_(0),
target_page_action_count_(-1),
target_visible_page_action_count_(-1),
- current_channel_(chrome::VersionInfo::CHANNEL_DEV) {
+ current_channel_(chrome::VersionInfo::CHANNEL_DEV),
+ override_prompt_for_external_extensions_(
+ extensions::FeatureSwitch::prompt_for_external_extensions(), false) {
EXPECT_TRUE(temp_dir_.CreateUniqueTempDir());
}
« no previous file with comments | « chrome/browser/extensions/extension_browsertest.h ('k') | chrome/browser/extensions/extension_install_prompt.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698