Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(234)

Unified Diff: content/browser/in_process_webkit/dom_storage_message_filter.h

Issue 8929007: Restore sessionStorage when chrome restarts. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Code review. Created 8 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: content/browser/in_process_webkit/dom_storage_message_filter.h
diff --git a/content/browser/in_process_webkit/dom_storage_message_filter.h b/content/browser/in_process_webkit/dom_storage_message_filter.h
index 75839c2b2e974e5c5f6ae09cf531784d1484912e..fb280e2b256ddf48e33ddf309bf005435472d336 100644
--- a/content/browser/in_process_webkit/dom_storage_message_filter.h
+++ b/content/browser/in_process_webkit/dom_storage_message_filter.h
@@ -68,6 +68,9 @@ class DOMStorageMessageFilter : public content::BrowserMessageFilter {
return webkit_context_->dom_storage_context();
}
+ void NotifyOnUIThread(int64 namespace_id,
+ const FilePath& session_storage_directory);
+
// Use whenever there's a chance OnStorageEvent will be called.
class ScopedStorageEventContext {
public:

Powered by Google App Engine
This is Rietveld 408576698