Index: chrome/common/extensions/event_filtering_info.h |
diff --git a/chrome/common/extensions/event_filtering_info.h b/chrome/common/extensions/event_filtering_info.h |
index e7077f1ba89bb213946d9a06349befbd6819a970..044797229eb87cbb78cedc1b1f4d18e78a3fb308 100644 |
--- a/chrome/common/extensions/event_filtering_info.h |
+++ b/chrome/common/extensions/event_filtering_info.h |
@@ -27,11 +27,11 @@ class EventFilteringInfo { |
bool has_url() const { return has_url_; } |
const GURL& url() const { return url_; } |
+ std::string AsJSONString() const; |
+ |
private: |
bool has_url_; |
GURL url_; |
- |
- DISALLOW_COPY_AND_ASSIGN(EventFilteringInfo); |
battre
2012/06/13 09:22:04
Can you add a comment "// Allow implicit copy and
koz (OOO until 15th September)
2012/06/14 02:22:25
Done.
|
}; |
} // namespace extensions |