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

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

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/url_data_source_impl.cc
diff --git a/content/browser/webui/url_data_source_impl.cc b/content/browser/webui/url_data_source_impl.cc
index 3c06d881a34b998ae0180e230a4fe2b5a1cb8377..2ad8bc55e7469add854027c9cf3266f4d80a7c05 100644
--- a/content/browser/webui/url_data_source_impl.cc
+++ b/content/browser/webui/url_data_source_impl.cc
@@ -45,6 +45,10 @@ void URLDataSourceImpl::SendResponse(
this, request_id, std::move(bytes)));
}
+bool URLDataSourceImpl::IsWebUIDataSourceImpl() const {
+ return false;
+}
+
void URLDataSourceImpl::SendResponseOnIOThread(
int request_id,
scoped_refptr<base::RefCountedMemory> bytes) {

Powered by Google App Engine
This is Rietveld 408576698