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

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

Issue 265503003: Enable file_handlers and chrome.app.runtime for QuickOffice. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Hacky approach to get around component apps being auto whitelisted to everything Created 6 years, 7 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
Index: extensions/common/features/complex_feature.h
diff --git a/extensions/common/features/complex_feature.h b/extensions/common/features/complex_feature.h
index 25f4907d6f42a5046757a6c91d88a4fd5b0c1dcb..5d126443966b7150299c6c9a87fcc0034b204315 100644
--- a/extensions/common/features/complex_feature.h
+++ b/extensions/common/features/complex_feature.h
@@ -36,6 +36,7 @@ class ComplexFeature : public Feature {
const GURL& url,
Platform platform) const OVERRIDE;
+ virtual bool IsIdInBlacklist(const std::string& extension_id) const OVERRIDE;
virtual bool IsIdInWhitelist(const std::string& extension_id) const OVERRIDE;
virtual bool IsBlockedInServiceWorker() const OVERRIDE;

Powered by Google App Engine
This is Rietveld 408576698