summaryrefslogtreecommitdiffstats
path: root/chrome/browser/visitedlink_master.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/visitedlink_master.h')
-rw-r--r--chrome/browser/visitedlink_master.h8
1 files changed, 1 insertions, 7 deletions
diff --git a/chrome/browser/visitedlink_master.h b/chrome/browser/visitedlink_master.h
index a2bc7b9..fc35ff9 100644
--- a/chrome/browser/visitedlink_master.h
+++ b/chrome/browser/visitedlink_master.h
@@ -80,13 +80,7 @@ class VisitedLinkMaster : public VisitedLinkCommon {
// object won't work.
bool Init();
- // Duplicates the handle to the shared memory to another process.
- // Returns true on success.
- bool ShareToProcess(base::ProcessHandle process,
- base::SharedMemoryHandle *new_handle);
-
- // Returns the handle to the shared memory
- base::SharedMemoryHandle GetSharedMemoryHandle();
+ base::SharedMemory* shared_memory() { return shared_memory_; }
// Adds a URL to the table.
void AddURL(const GURL& url);