| Index: chrome/browser/ui/webui/about_ui.cc
|
| diff --git a/chrome/browser/ui/webui/about_ui.cc b/chrome/browser/ui/webui/about_ui.cc
|
| index ff407b297b1419a2d7f9680ace03dfe9cdbf90eb..970307af367c4625fc75195c76763605d0ba1940 100644
|
| --- a/chrome/browser/ui/webui/about_ui.cc
|
| +++ b/chrome/browser/ui/webui/about_ui.cc
|
| @@ -1070,7 +1070,8 @@ std::string AboutUIHTMLSource::GetSource() const {
|
|
|
| void AboutUIHTMLSource::StartDataRequest(
|
| const std::string& path,
|
| - bool is_incognito,
|
| + int render_process_id,
|
| + int render_view_id,
|
| const content::URLDataSource::GotDataCallback& callback) {
|
| std::string response;
|
| // Add your data source here, in alphabetical order.
|
|
|