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 b2dc2ae6a30a2ba23c4f74eac0c61843e6cecc07..7999c29855605fd3b6e2d5aa147943b2fc9f06b1 100644 |
--- a/chrome/browser/ui/webui/about_ui.cc |
+++ b/chrome/browser/ui/webui/about_ui.cc |
@@ -972,7 +972,8 @@ std::string AboutUIHTMLSource::GetSource() { |
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. |