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 515146bd20c267f34a783e9b637b39199fe0a666..f040984c514fd8d19bca4f5cf6bab612f8f95626 100644 |
| --- a/content/public/browser/web_ui_data_source.h |
| +++ b/content/public/browser/web_ui_data_source.h |
| @@ -85,6 +85,7 @@ class WebUIDataSource { |
| virtual void OverrideContentSecurityPolicyChildSrc( |
| const std::string& data) = 0; |
| virtual void DisableDenyXFrameOptions() = 0; |
| + virtual void UseGzipForAllPaths() = 0; |
|
Dan Beam
2016/07/15 02:40:54
also, I'm not married to this name (especially bec
|
| }; |
| } // namespace content |