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

Unified Diff: content/browser/webui/url_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/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..fe543e6e9963d60ed5794ef5c442dcb912024564 100644
--- a/content/browser/webui/url_data_source_impl.h
+++ b/content/browser/webui/url_data_source_impl.h
@@ -63,6 +63,8 @@ class URLDataSourceImpl : public base::RefCountedThreadSafe<
const std::string& source_name() const { return source_name_; }
URLDataSource* source() const { return source_.get(); }
+ virtual bool IsWebUIDataSourceImpl() const;
+
protected:
virtual ~URLDataSourceImpl();

Powered by Google App Engine
This is Rietveld 408576698