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

Unified Diff: chrome/common/extensions/extension_manifests_unittest.cc

Issue 2824005: Reenable InstallApps attempt #2. This time with a fix to (Closed)
Patch Set: Created 10 years, 6 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/extension.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/extensions/extension_manifests_unittest.cc
diff --git a/chrome/common/extensions/extension_manifests_unittest.cc b/chrome/common/extensions/extension_manifests_unittest.cc
index a92bdf537cbcb17e215b0417e29cda8a6407e828..f1e59c3379296295f25cb1fddfa2bb56e12bb81c 100644
--- a/chrome/common/extensions/extension_manifests_unittest.cc
+++ b/chrome/common/extensions/extension_manifests_unittest.cc
@@ -44,8 +44,7 @@ class ManifestTest : public testing::Test {
scoped_ptr<Extension> extension(new Extension(path.DirName()));
extension->set_location(location);
- if (enable_apps_)
- extension->set_apps_enabled(true);
+ extension->set_apps_enabled(enable_apps_);
if (!extension->InitFromValue(*value, false, error))
return NULL;
« no previous file with comments | « chrome/common/extensions/extension.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698