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

Unified Diff: extensions/common/features/feature.cc

Issue 2137463003: [Extensions] Move Feature channel code into //extensions (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Test fix Created 4 years, 5 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 | « extensions/common/features/feature.h ('k') | extensions/common/features/feature_channel.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: extensions/common/features/feature.cc
diff --git a/extensions/common/features/feature.cc b/extensions/common/features/feature.cc
index dc28d6dff8f3eee4cd4e548b24f0adbd5bc23c37..94125e06efd5da169180c4db915c5c7178e7228c 100644
--- a/extensions/common/features/feature.cc
+++ b/extensions/common/features/feature.cc
@@ -46,7 +46,7 @@ Feature::Availability Feature::IsAvailableToEnvironment() const {
-1); // manifest_version
}
-Feature::Feature() : no_parent_(false) {}
+Feature::Feature() : no_parent_(false), check_channel_(false) {}
Feature::~Feature() {}
« no previous file with comments | « extensions/common/features/feature.h ('k') | extensions/common/features/feature_channel.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698