| Index: content/browser/webui/url_data_source_impl.h
|
| diff --git a/content/browser/webui/url_data_source_impl.h b/content/browser/webui/url_data_source_impl.h
|
| index 577657705b9a126252d802cf98a9a59fd779ee06..fe543e6e9963d60ed5794ef5c442dcb912024564 100644
|
| --- a/content/browser/webui/url_data_source_impl.h
|
| +++ b/content/browser/webui/url_data_source_impl.h
|
| @@ -63,6 +63,8 @@ class URLDataSourceImpl : public base::RefCountedThreadSafe<
|
| const std::string& source_name() const { return source_name_; }
|
| URLDataSource* source() const { return source_.get(); }
|
|
|
| + virtual bool IsWebUIDataSourceImpl() const;
|
| +
|
| protected:
|
| virtual ~URLDataSourceImpl();
|
|
|
|
|