| Index: chrome/browser/ui/webui/textfields_ui.cc
|
| diff --git a/chrome/browser/ui/webui/textfields_ui.cc b/chrome/browser/ui/webui/textfields_ui.cc
|
| index 6c3c03dde68c2a2e44ea9cadb4b167b0c898136c..8179f5f8f55a8cfe0a602b69b19c00afa8f44283 100644
|
| --- a/chrome/browser/ui/webui/textfields_ui.cc
|
| +++ b/chrome/browser/ui/webui/textfields_ui.cc
|
| @@ -26,7 +26,7 @@ TextfieldsUIHTMLSource::TextfieldsUIHTMLSource()
|
| }
|
|
|
| void TextfieldsUIHTMLSource::StartDataRequest(const std::string& path,
|
| - bool is_off_the_record,
|
| + bool is_incognito,
|
| int request_id) {
|
| const std::string full_html = ResourceBundle::GetSharedInstance()
|
| .GetRawDataResource(IDR_TEXTFIELDS_HTML).as_string();
|
|
|