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

Unified Diff: chrome/browser/dom_ui/web_ui_theme_source.cc

Issue 6546078: Makes a handful of DataSources not replace the existing (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 10 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
Index: chrome/browser/dom_ui/web_ui_theme_source.cc
diff --git a/chrome/browser/dom_ui/web_ui_theme_source.cc b/chrome/browser/dom_ui/web_ui_theme_source.cc
index b91ab6ac5276aa1bd7cf9d66bb10dd0b467f05a1..132a16fbb9eac7c4a9df64f2d0e87aeb7c3bdd41 100644
--- a/chrome/browser/dom_ui/web_ui_theme_source.cc
+++ b/chrome/browser/dom_ui/web_ui_theme_source.cc
@@ -94,6 +94,10 @@ MessageLoop* WebUIThemeSource::MessageLoopForRequestPath(
return DataSource::MessageLoopForRequestPath(path);
}
+bool WebUIThemeSource::ShouldReplaceExistingSource() const {
+ return false;
+}
+
////////////////////////////////////////////////////////////////////////////////
// WebUIThemeSource, private:

Powered by Google App Engine
This is Rietveld 408576698