Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(4337)

Unified Diff: chrome/browser/browser_process.h

Issue 10823169: Another attempt at fixing dead frames being tracked by webNavigation (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: updates Created 8 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/browser/browser_process.h
diff --git a/chrome/browser/browser_process.h b/chrome/browser/browser_process.h
index fee9cbd23162cc989ba5bb700dbe458b8fe35809..509d0a884db2da28cfa424de3b029cafe3f6c4b2 100644
--- a/chrome/browser/browser_process.h
+++ b/chrome/browser/browser_process.h
@@ -17,6 +17,7 @@
class AutomationProviderList;
class BackgroundModeManager;
class ChromeNetLog;
+class ChromeResourceDispatcherHostDelegate;
class CRLSetFetcher;
class ComponentUpdateService;
class DownloadRequestLimiter;
@@ -98,6 +99,8 @@ class BrowserProcess {
virtual ui::Clipboard* clipboard() = 0;
virtual net::URLRequestContextGetter* system_request_context() = 0;
virtual chrome_variations::VariationsService* variations_service() = 0;
+ virtual ChromeResourceDispatcherHostDelegate*
+ resource_dispatcher_host_delegate() = 0;
#if defined(OS_CHROMEOS)
// Returns the out-of-memory priority manager.

Powered by Google App Engine
This is Rietveld 408576698