diff options
Diffstat (limited to 'chrome/browser/ui/webui/new_tab_ui.h')
-rw-r--r-- | chrome/browser/ui/webui/new_tab_ui.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/ui/webui/new_tab_ui.h b/chrome/browser/ui/webui/new_tab_ui.h index b545223..2f1954e 100644 --- a/chrome/browser/ui/webui/new_tab_ui.h +++ b/chrome/browser/ui/webui/new_tab_ui.h @@ -63,7 +63,7 @@ class NewTabUI : public WebUI, // 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; |