Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1136)

Unified Diff: content/browser/webui/web_ui_data_source_impl.h

Issue 2544683002: [MD settings] i18n source stream filtering (Closed)
Patch Set: cl format Created 4 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: content/browser/webui/web_ui_data_source_impl.h
diff --git a/content/browser/webui/web_ui_data_source_impl.h b/content/browser/webui/web_ui_data_source_impl.h
index 4aad1e40e0955ea85fc1e8345b79a401dec7bc49..47d0bf44dbceecb92f369bbac38b3f6c853214be 100644
--- a/content/browser/webui/web_ui_data_source_impl.h
+++ b/content/browser/webui/web_ui_data_source_impl.h
@@ -50,6 +50,7 @@ class CONTENT_EXPORT WebUIDataSourceImpl
void OverrideContentSecurityPolicyChildSrc(const std::string& data) override;
void DisableDenyXFrameOptions() override;
void DisableI18nAndUseGzipForAllPaths() override;
+ const ui::TemplateReplacements* GetReplacements() const override;
// When DisableI18nAndUseGzipForAllPaths is enabled, exclude the given |path|.
void ExcludePathFromGzip(const std::string& path);

Powered by Google App Engine
This is Rietveld 408576698