diff options
Diffstat (limited to 'chrome/browser/dom_ui/chrome_url_data_manager.h')
-rw-r--r-- | chrome/browser/dom_ui/chrome_url_data_manager.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/chrome/browser/dom_ui/chrome_url_data_manager.h b/chrome/browser/dom_ui/chrome_url_data_manager.h index f553a3f..16f2239 100644 --- a/chrome/browser/dom_ui/chrome_url_data_manager.h +++ b/chrome/browser/dom_ui/chrome_url_data_manager.h @@ -48,7 +48,9 @@ class ChromeURLDataManager { // Sent by the DataManager to request data at |path|. The source should // call SendResponse() when the data is available or if the request could // not be satisfied. - virtual void StartDataRequest(const std::string& path, int request_id) = 0; + virtual void StartDataRequest(const std::string& path, + bool is_off_the_record, + int request_id) = 0; // Return the mimetype that should be sent with this response, or empty // string to specify no mime type. |