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

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

Issue 2266693002: Implement "streaming" $i18n{} replacer (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@compress-webui2
Patch Set: Created 4 years, 4 months 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
« no previous file with comments | « content/browser/webui/url_data_manager_backend.cc ('k') | content/browser/webui/url_data_source_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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..9fc638e7cf4de40cde5e808c76483239e67524e1 100644
--- a/content/browser/webui/url_data_source_impl.h
+++ b/content/browser/webui/url_data_source_impl.h
@@ -11,6 +11,7 @@
#include "base/sequenced_task_runner_helpers.h"
#include "content/browser/webui/url_data_manager.h"
#include "content/common/content_export.h"
+#include "ui/base/template_expressions.h"
namespace base {
class RefCountedMemory;
@@ -63,6 +64,8 @@ class URLDataSourceImpl : public base::RefCountedThreadSafe<
const std::string& source_name() const { return source_name_; }
URLDataSource* source() const { return source_.get(); }
+ virtual const ui::TemplateReplacements* GetTemplateReplacements() const;
+
protected:
virtual ~URLDataSourceImpl();
« no previous file with comments | « content/browser/webui/url_data_manager_backend.cc ('k') | content/browser/webui/url_data_source_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698