| Index: content/browser/webui/url_data_manager_backend.h
|
| diff --git a/content/browser/webui/url_data_manager_backend.h b/content/browser/webui/url_data_manager_backend.h
|
| index 318136981bcdb93942836073864592a13609ee8a..dea710a0231be339f63969d887156e5d265f12b9 100644
|
| --- a/content/browser/webui/url_data_manager_backend.h
|
| +++ b/content/browser/webui/url_data_manager_backend.h
|
| @@ -13,6 +13,7 @@
|
| #include "base/compiler_specific.h"
|
| #include "base/supports_user_data.h"
|
| #include "content/browser/webui/url_data_manager.h"
|
| +#include "content/public/browser/url_data_source.h"
|
| #include "net/url_request/url_request_job_factory.h"
|
|
|
| class GURL;
|
| @@ -75,7 +76,7 @@ class URLDataManagerBackend : public base::SupportsUserData::Data {
|
| // need to add a refcount on the source.
|
| static void CallStartRequest(scoped_refptr<URLDataSourceImpl> source,
|
| const std::string& path,
|
| - bool is_incognito,
|
| + const URLDataSource::ExtraRequestInfo& info,
|
| int request_id);
|
|
|
| // Remove a request from the list of pending requests.
|
|
|