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

Unified Diff: chrome/common/extensions/manifest_tests/extension_manifest_test.cc

Issue 10826298: Force the channel to be dev for active tab and manfiest unit tests. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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/common/extensions/manifest_tests/extension_manifest_test.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/extensions/manifest_tests/extension_manifest_test.cc
diff --git a/chrome/common/extensions/manifest_tests/extension_manifest_test.cc b/chrome/common/extensions/manifest_tests/extension_manifest_test.cc
index a245cf80dfb2a2dda5652a8f68bb7efa4a8c61c8..bbd9bfd149ec706ee31bd4983df3edd3c89e93bf 100644
--- a/chrome/common/extensions/manifest_tests/extension_manifest_test.cc
+++ b/chrome/common/extensions/manifest_tests/extension_manifest_test.cc
@@ -16,7 +16,9 @@
using extensions::Extension;
-ExtensionManifestTest::ExtensionManifestTest() : enable_apps_(true) {}
+ExtensionManifestTest::ExtensionManifestTest()
+ : enable_apps_(true),
+ current_channel_(chrome::VersionInfo::CHANNEL_DEV) {}
// static
DictionaryValue* ExtensionManifestTest::LoadManifestFile(
« no previous file with comments | « chrome/common/extensions/manifest_tests/extension_manifest_test.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698