summaryrefslogtreecommitdiffstats
path: root/chrome/browser/dom_ui/dom_ui_theme_source.cc
diff options
context:
space:
mode:
authortony@chromium.org <tony@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-11-17 00:10:36 +0000
committertony@chromium.org <tony@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-11-17 00:10:36 +0000
commitf09d9379d6e654e7fd95b9d601b1e77f1ac13c3d (patch)
treeb06b7fabd30f75949533b4f165f5653c4c150620 /chrome/browser/dom_ui/dom_ui_theme_source.cc
parentf83954031eed65b1944548ff66ef479043654877 (diff)
downloadchromium_src-f09d9379d6e654e7fd95b9d601b1e77f1ac13c3d.zip
chromium_src-f09d9379d6e654e7fd95b9d601b1e77f1ac13c3d.tar.gz
chromium_src-f09d9379d6e654e7fd95b9d601b1e77f1ac13c3d.tar.bz2
Plumb through off the record state from the URL request to the
chrome url request data sources. This will allow me to merge IncognitoTabHTMLSource and NewTabHTMLSource and allow me clean up DOMUIThemeSource, but those will be follow up changes. Review URL: http://codereview.chromium.org/397019 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@32126 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/dom_ui/dom_ui_theme_source.cc')
-rw-r--r--chrome/browser/dom_ui/dom_ui_theme_source.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/dom_ui/dom_ui_theme_source.cc b/chrome/browser/dom_ui/dom_ui_theme_source.cc
index 768c589..e5e473f 100644
--- a/chrome/browser/dom_ui/dom_ui_theme_source.cc
+++ b/chrome/browser/dom_ui/dom_ui_theme_source.cc
@@ -60,7 +60,7 @@ DOMUIThemeSource::DOMUIThemeSource(Profile* profile)
}
void DOMUIThemeSource::StartDataRequest(const std::string& path,
- int request_id) {
+ bool is_off_the_record, int request_id) {
// Our path may include cachebuster arguments, so trim them off.
std::string uncached_path = StripQueryParams(path);