summaryrefslogtreecommitdiffstats
path: root/chrome/browser/render_process_host.h
diff options
context:
space:
mode:
authoraa@google.com <aa@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2008-10-17 00:12:14 +0000
committeraa@google.com <aa@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2008-10-17 00:12:14 +0000
commit68ef896d325215627a03a444338af4447294930d (patch)
tree8d855c420f851f232e4c0fe04d52f621e8a855c0 /chrome/browser/render_process_host.h
parent9689d8dafd2d9e10183ffa332f06579efe90655b (diff)
downloadchromium_src-68ef896d325215627a03a444338af4447294930d.zip
chromium_src-68ef896d325215627a03a444338af4447294930d.tar.gz
chromium_src-68ef896d325215627a03a444338af4447294930d.tar.bz2
Adding missing file from r3496.
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@3499 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/render_process_host.h')
-rw-r--r--chrome/browser/render_process_host.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/chrome/browser/render_process_host.h b/chrome/browser/render_process_host.h
index 0e6a2cc..bd55bb2 100644
--- a/chrome/browser/render_process_host.h
+++ b/chrome/browser/render_process_host.h
@@ -84,6 +84,12 @@ class RenderProcessHost : public IPC::Channel::Listener,
// the process has been created, it should just call Init().
bool Init();
+ // Send the child process its initial visited link database.
+ void InitVisitedLinks(HANDLE target_process);
+
+ // Send the child process its initial greasemonkey scripts.
+ void InitGreasemonkeyScripts(HANDLE target_process);
+
// Used for refcounting, each holder of this object must Attach and Release
// just like it would for a COM object. This object should be allocated on
// the heap; when no listeners own it any more, it will delete itself.