| Index: chrome/browser/in_process_webkit/dom_storage_dispatcher_host.h
|
| diff --git a/chrome/browser/in_process_webkit/dom_storage_dispatcher_host.h b/chrome/browser/in_process_webkit/dom_storage_dispatcher_host.h
|
| index b99ac94236f004efb4d80349e177e44ece9a723b..6ca2d629fbcb3ca2d55d575fdd135f0567d9dd0f 100644
|
| --- a/chrome/browser/in_process_webkit/dom_storage_dispatcher_host.h
|
| +++ b/chrome/browser/in_process_webkit/dom_storage_dispatcher_host.h
|
| @@ -76,10 +76,6 @@ class DOMStorageDispatcherHost
|
| return webkit_context_->dom_storage_context();
|
| }
|
|
|
| - // Posts a task to the WebKit thread, initializing it if necessary.
|
| - void PostTaskToWebKitThread(
|
| - const tracked_objects::Location& from_here, Task* task);
|
| -
|
| // Use whenever there's a chance OnStorageEvent will be called.
|
| class ScopedStorageEventContext {
|
| public:
|
|
|