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

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

Issue 2475593002: MD History: update (instead of re-create) data sources on sign in change (Closed)
Patch Set: old history as well Created 4 years, 1 month 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 387209ebc3d988694ba8f0b3b73100a7eaa7e1cb..a5c9d6debbe5d2b4f74cd2b33fa17b1d398b6400 100644
--- a/content/browser/webui/web_ui_data_source_impl.h
+++ b/content/browser/webui/web_ui_data_source_impl.h
@@ -53,6 +53,8 @@ class CONTENT_EXPORT WebUIDataSourceImpl
// When DisableI18nAndUseGzipForAllPaths is enabled, exclude the given |path|.
void ExcludePathFromGzip(const std::string& path);
+ bool IsWebUIDataSourceImpl() const override;
+
protected:
~WebUIDataSourceImpl() override;

Powered by Google App Engine
This is Rietveld 408576698