| Index: chrome/browser/in_process_webkit/dom_storage_dispatcher_host.h
|
| ===================================================================
|
| --- chrome/browser/in_process_webkit/dom_storage_dispatcher_host.h (revision 32319)
|
| +++ chrome/browser/in_process_webkit/dom_storage_dispatcher_host.h (working copy)
|
| @@ -76,6 +76,10 @@
|
| 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:
|
|
|