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

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

Issue 2580063003: AppShell: Ignore channel requirements of extension API features (Closed)
Patch Set: rebase Created 3 years, 11 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 | « no previous file | extensions/common/features/feature.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: extensions/common/features/feature.h
diff --git a/extensions/common/features/feature.h b/extensions/common/features/feature.h
index b04dba2f2a851c16b73b29d99f9cd041298daef6..d3179bb9b2a21b40a75ddc808f05296699275590 100644
--- a/extensions/common/features/feature.h
+++ b/extensions/common/features/feature.h
@@ -150,15 +150,11 @@ class Feature {
virtual bool IsIdInBlacklist(const std::string& extension_id) const = 0;
virtual bool IsIdInWhitelist(const std::string& extension_id) const = 0;
- void set_check_channel(bool check_channel) { check_channel_ = check_channel; }
-
protected:
std::string name_;
std::string alias_;
std::string source_;
bool no_parent_;
- // TODO(devlin): Remove this once we set the feature channel for tests.
- bool check_channel_;
};
} // namespace extensions
« no previous file with comments | « no previous file | extensions/common/features/feature.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698