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

Unified Diff: chrome/renderer/chrome_render_process_observer.h

Issue 7058041: Remove ResourceDispatcherHost dependency on Chrome's LoginHandler and ExternalProtocolHandler. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: fix deps Created 9 years, 7 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
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | chrome/renderer/chrome_render_process_observer.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/renderer/chrome_render_process_observer.h
===================================================================
--- chrome/renderer/chrome_render_process_observer.h (revision 87739)
+++ chrome/renderer/chrome_render_process_observer.h (working copy)
@@ -9,9 +9,11 @@
#include <string>
#include "base/compiler_specific.h"
+#include "base/scoped_ptr.h"
#include "content/renderer/render_process_observer.h"
class GURL;
+class ResourceDispatcherDelegate;
struct ContentSettings;
// This class filters the incoming control messages (i.e. ones not destined for
@@ -44,6 +46,7 @@
void OnPurgeMemory();
static bool is_incognito_process_;
+ scoped_ptr<ResourceDispatcherDelegate> resource_delegate_;
DISALLOW_COPY_AND_ASSIGN(ChromeRenderProcessObserver);
};
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | chrome/renderer/chrome_render_process_observer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698