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

Unified Diff: chrome/browser/extensions/extension_webrequest_api.h

Issue 8515027: Define the public version of the browser side RenderProcessHost interface. This interface is not ... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 9 years, 1 month 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/extensions/extension_webrequest_api.h
===================================================================
--- chrome/browser/extensions/extension_webrequest_api.h (revision 110571)
+++ chrome/browser/extensions/extension_webrequest_api.h (working copy)
@@ -26,13 +26,16 @@
class ExtensionInfoMap;
class ExtensionWebRequestTimeTracker;
class GURL;
-class RenderProcessHost;
namespace base {
class DictionaryValue;
class ListValue;
}
+namespace content {
+class RenderProcessHost;
+}
+
namespace net {
class AuthCredentials;
class AuthChallengeInfo;
@@ -366,6 +369,6 @@
// Send updates to |host| with information about what webRequest-related
// extensions are installed.
// TODO(mpcomplete): remove. http://crbug.com/100411
-void SendExtensionWebRequestStatusToHost(RenderProcessHost* host);
+void SendExtensionWebRequestStatusToHost(content::RenderProcessHost* host);
#endif // CHROME_BROWSER_EXTENSIONS_EXTENSION_WEBREQUEST_API_H_
« no previous file with comments | « chrome/browser/extensions/extension_tab_id_map.cc ('k') | chrome/browser/extensions/extension_webrequest_api.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698