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

Unified Diff: chrome/browser/in_process_webkit/webkit_context.h

Issue 3325012: Fix SessionStorage (Closed)
Patch Set: kill the last (new) dcheck Created 10 years, 3 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: chrome/browser/in_process_webkit/webkit_context.h
diff --git a/chrome/browser/in_process_webkit/webkit_context.h b/chrome/browser/in_process_webkit/webkit_context.h
index 26e0621f4b80d2b0290545acf756885319d59e1c..be20825c02557b460d37fc89eee5823d741c4fd9 100644
--- a/chrome/browser/in_process_webkit/webkit_context.h
+++ b/chrome/browser/in_process_webkit/webkit_context.h
@@ -56,8 +56,8 @@ class WebKitContext : public base::RefCountedThreadSafe<WebKitContext> {
const char* url_scheme_to_be_skipped,
const std::vector<string16>& protected_origins);
- // Delete the session storage namespace associated with this id. Called from
- // the UI thread.
+ // Delete the session storage namespace associated with this id. Can be
+ // called from any thread.
void DeleteSessionStorageNamespace(int64 session_storage_namespace_id);
private:
« no previous file with comments | « chrome/browser/in_process_webkit/session_storage_namespace.cc ('k') | chrome/browser/in_process_webkit/webkit_context.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698