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

Unified Diff: chrome/browser/extensions/user_script_master.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/user_script_master.h
===================================================================
--- chrome/browser/extensions/user_script_master.h (revision 110571)
+++ chrome/browser/extensions/user_script_master.h (working copy)
@@ -26,9 +26,12 @@
class StringPiece;
}
-class Profile;
+namespace content {
class RenderProcessHost;
+}
+class Profile;
+
typedef std::map<std::string, ExtensionSet::ExtensionPathAndDefaultLocale>
ExtensionsInfo;
@@ -135,7 +138,7 @@
const content::NotificationDetails& details) OVERRIDE;
// Sends the renderer process a new set of user scripts.
- void SendUpdate(RenderProcessHost* process,
+ void SendUpdate(content::RenderProcessHost* process,
base::SharedMemory* shared_memory);
// Manages our notification registrations.
« no previous file with comments | « chrome/browser/extensions/isolated_app_browsertest.cc ('k') | chrome/browser/extensions/user_script_master.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698