X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=src%2Fextensions%2Fcommon%2Ffeatures%2Fapi_feature.h;h=c146f9d914b0dce0cfcae3ce6d04ea7ac07d44d6;hb=4a1a0bdd01eef90b0826a0e761d3379d3715c10f;hp=1e57b8dc322f8d47c0f7f0fc40a7c45465d16a74;hpb=b1be5ca53587d23e7aeb77b26861fdc0a181ffd8;p=platform%2Fframework%2Fweb%2Fcrosswalk.git diff --git a/src/extensions/common/features/api_feature.h b/src/extensions/common/features/api_feature.h index 1e57b8d..c146f9d 100644 --- a/src/extensions/common/features/api_feature.h +++ b/src/extensions/common/features/api_feature.h @@ -18,13 +18,11 @@ class APIFeature : public SimpleFeature { // extensions::Feature: virtual bool IsInternal() const OVERRIDE; - virtual bool IsBlockedInServiceWorker() const OVERRIDE; virtual std::string Parse(const base::DictionaryValue* value) OVERRIDE; private: bool internal_; - bool blocked_in_service_worker_; }; } // namespace extensions