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

Unified Diff: chrome/common/extensions/features/complex_feature.cc

Issue 15091002: Lazily load API schemas from resource files and convert all APIs to features (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: optimize and "parent" property Created 7 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: chrome/common/extensions/features/complex_feature.cc
diff --git a/chrome/common/extensions/features/complex_feature.cc b/chrome/common/extensions/features/complex_feature.cc
index 09eb426daa738b173774b134e3c7349ea2cdd35f..3821f16366d2b97486e123e2443448a80a04528b 100644
--- a/chrome/common/extensions/features/complex_feature.cc
+++ b/chrome/common/extensions/features/complex_feature.cc
@@ -72,6 +72,10 @@ bool ComplexFeature::IsInternal() const {
return false;
}
+bool ComplexFeature::HasParent() const {
+ return false;
not at google - send to devlin 2013/05/23 00:09:40 should probably return the first parent that it fi
cduvall 2013/05/24 03:13:49 Done.
+}
+
std::string ComplexFeature::GetAvailabilityMessage(AvailabilityResult result,
Manifest::Type type,
const GURL& url) const {

Powered by Google App Engine
This is Rietveld 408576698