| Index: chrome/browser/visitedlink_event_listener.cc
|
| ===================================================================
|
| --- chrome/browser/visitedlink_event_listener.cc (revision 32255)
|
| +++ chrome/browser/visitedlink_event_listener.cc (working copy)
|
| @@ -24,15 +24,7 @@
|
| if (!i.GetCurrentValue()->HasConnection())
|
| continue;
|
|
|
| - base::SharedMemoryHandle new_table;
|
| - base::ProcessHandle process = i.GetCurrentValue()->GetHandle();
|
| - if (!process) {
|
| - // process can be null if it's started with the --single-process flag.
|
| - process = base::Process::Current().handle();
|
| - }
|
| -
|
| - table_memory->ShareToProcess(process, &new_table);
|
| - i.GetCurrentValue()->Send(new ViewMsg_VisitedLink_NewTable(new_table));
|
| + i.GetCurrentValue()->SendVisitedLinkTable(table_memory);
|
| }
|
| }
|
|
|
|
|