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

Unified Diff: content/browser/in_process_webkit/indexed_db_dispatcher_host.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/indexed_db_dispatcher_host.h
diff --git a/content/browser/in_process_webkit/indexed_db_dispatcher_host.h b/content/browser/in_process_webkit/indexed_db_dispatcher_host.h
index 85b97b803b3fa74c207050a51870aeef4d57a681..dd0737daf630deb725bccb3ef885aa8a49dda6c1 100644
--- a/content/browser/in_process_webkit/indexed_db_dispatcher_host.h
+++ b/content/browser/in_process_webkit/indexed_db_dispatcher_host.h
@@ -14,7 +14,6 @@
class IndexedDBKey;
class NullableString16;
-class Profile;
class SerializedScriptValue;
struct IndexedDBHostMsg_DatabaseCreateObjectStore_Params;
struct IndexedDBHostMsg_FactoryDeleteDatabase_Params;
@@ -263,7 +262,7 @@ class IndexedDBDispatcherHost : public BrowserMessageFilter {
WebIDBTransactionIDToSizeMap transaction_size_map_;
};
- // Data shared between renderer processes with the same profile.
+ // Data shared between renderer processes with the same browser context.
scoped_refptr<WebKitContext> webkit_context_;
// Only access on WebKit thread.
« no previous file with comments | « content/browser/in_process_webkit/dom_storage_message_filter.h ('k') | content/browser/in_process_webkit/webkit_context.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698