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

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

Issue 7575010: Removal of Profile from content part 7. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 9 years, 4 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 9ac90346930789272e8b90e6c1e42bc84d1bdbf0..315a2a75bf8508b903560a4373e79a0e8d397720 100644
--- a/content/browser/in_process_webkit/dom_storage_message_filter.h
+++ b/content/browser/in_process_webkit/dom_storage_message_filter.h
@@ -80,7 +80,7 @@ class DOMStorageMessageFilter : public BrowserMessageFilter {
static DOMStorageMessageFilter* storage_event_message_filter;
static const GURL* storage_event_url_;
- // Data shared between renderer processes with the same profile.
+ // Data shared between renderer processes with the same browser context.
scoped_refptr<WebKitContext> webkit_context_;
// Used to dispatch messages to the correct view host.

Powered by Google App Engine
This is Rietveld 408576698