| 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:
|
|
|