diff options
Diffstat (limited to 'chrome/browser/browser_process.h')
-rw-r--r-- | chrome/browser/browser_process.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/chrome/browser/browser_process.h b/chrome/browser/browser_process.h index 0e19d7d..7395bbe 100644 --- a/chrome/browser/browser_process.h +++ b/chrome/browser/browser_process.h @@ -184,6 +184,7 @@ class BrowserProcess { virtual void SetApplicationLocale(const std::string& locale) = 0; virtual DownloadStatusUpdater* download_status_updater() = 0; + virtual DownloadRequestLimiter* download_request_limiter() = 0; // Returns the object that watches for changes in the closeable state of tab. virtual TabCloseableStateWatcher* tab_closeable_state_watcher() = 0; |