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

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

Issue 10829312: Make extension browser tests always run as though they're on dev channel. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix typo Created 8 years, 4 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/extension_browsertest.h ('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 efdbd0fb98e530cfb219c706371c17e3662aacae..30955bf072cc98f5064f1bfa95db14d77983a923 100644
--- a/chrome/browser/extensions/extension_browsertest.cc
+++ b/chrome/browser/extensions/extension_browsertest.cc
@@ -47,7 +47,8 @@ ExtensionBrowserTest::ExtensionBrowserTest()
extension_installs_observed_(0),
extension_load_errors_observed_(0),
target_page_action_count_(-1),
- target_visible_page_action_count_(-1) {
+ target_visible_page_action_count_(-1),
+ current_channel_(chrome::VersionInfo::CHANNEL_DEV) {
EXPECT_TRUE(temp_dir_.CreateUniqueTempDir());
AppShortcutManager::SetShortcutCreationDisabledForTesting(true);
}
« no previous file with comments | « chrome/browser/extensions/extension_browsertest.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698