Index: chrome/browser/ui/webui/slideshow_ui.cc |
diff --git a/chrome/browser/ui/webui/slideshow_ui.cc b/chrome/browser/ui/webui/slideshow_ui.cc |
index 81099b1b84d2d4cf396c13e7f08f15483791e3fb..1023b5c92e82ed22739fe443fca2b9e5c340b93c 100644 |
--- a/chrome/browser/ui/webui/slideshow_ui.cc |
+++ b/chrome/browser/ui/webui/slideshow_ui.cc |
@@ -44,7 +44,7 @@ class SlideshowUIHTMLSource : public ChromeURLDataManager::DataSource { |
// Called when the network layer has requested a resource underneath |
// the path we registered. |
virtual void StartDataRequest(const std::string& path, |
- bool is_off_the_record, |
+ bool is_incognito, |
int request_id); |
virtual std::string GetMimeType(const std::string&) const { |
return "text/html"; |
@@ -109,7 +109,7 @@ SlideshowUIHTMLSource::SlideshowUIHTMLSource() |
} |
void SlideshowUIHTMLSource::StartDataRequest(const std::string& path, |
- bool is_off_the_record, |
+ bool is_incognito, |
int request_id) { |
DictionaryValue localized_strings; |
// TODO(dhg): Add stirings to localized strings, also add more strings |