| Index: chrome/browser/visitedlink_master.h
|
| ===================================================================
|
| --- chrome/browser/visitedlink_master.h (revision 32255)
|
| +++ chrome/browser/visitedlink_master.h (working copy)
|
| @@ -80,14 +80,8 @@
|
| // 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);
|
| + base::SharedMemory* shared_memory() { return shared_memory_; }
|
|
|
| - // Returns the handle to the shared memory
|
| - base::SharedMemoryHandle GetSharedMemoryHandle();
|
| -
|
| // Adds a URL to the table.
|
| void AddURL(const GURL& url);
|
|
|
|
|