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

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

Issue 2544683002: [MD settings] i18n source stream filtering (Closed)
Patch Set: Finalize replacements 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..1722c28c0a832536a926be662bb96563641f367a 100644
--- a/content/browser/webui/web_ui_data_source_impl.h
+++ b/content/browser/webui/web_ui_data_source_impl.h
@@ -50,6 +50,9 @@ class CONTENT_EXPORT WebUIDataSourceImpl
void OverrideContentSecurityPolicyChildSrc(const std::string& data) override;
void DisableDenyXFrameOptions() override;
void DisableI18nAndUseGzipForAllPaths() override;
+ const ui::TemplateReplacements* GetReplacements() const override;
+
+ void FinalizeReplacements();
// When DisableI18nAndUseGzipForAllPaths is enabled, exclude the given |path|.
void ExcludePathFromGzip(const std::string& path);

Powered by Google App Engine
This is Rietveld 408576698