Chromium Code Reviews| Index: content/public/browser/web_ui_data_source.h |
| diff --git a/content/public/browser/web_ui_data_source.h b/content/public/browser/web_ui_data_source.h |
| index f3692b30a9a9ce6853c18a264e008a41d08cc08b..7b153917a273257a61924679895cdef600189eff 100644 |
| --- a/content/public/browser/web_ui_data_source.h |
| +++ b/content/public/browser/web_ui_data_source.h |
| @@ -79,9 +79,7 @@ class WebUIDataSource { |
| // pages, see URLDataSource::ShouldAddContentSecurityPolicy and talk to |
| // tsepez. |
| - // Currently only used by embedders for WebUIs with multiple instances, could |
| - // have been useful for NTP as well if it wasn't implementing URLDataSource |
| - // itself. |
| + // Currently only used by embedders for WebUIs with multiple instances |
|
jam
2013/08/28 15:50:55
nit: period at end
|
| virtual void DisableReplaceExistingSource() = 0; |
| virtual void DisableContentSecurityPolicy() = 0; |
| virtual void OverrideContentSecurityPolicyObjectSrc( |