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

Unified Diff: content/browser/in_process_webkit/dom_storage_context.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
« no previous file with comments | « content/browser/host_zoom_map.h ('k') | content/browser/in_process_webkit/dom_storage_message_filter.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/in_process_webkit/dom_storage_context.h
diff --git a/content/browser/in_process_webkit/dom_storage_context.h b/content/browser/in_process_webkit/dom_storage_context.h
index 2d3c6673b2eada23fe79a52407ef498d0166951a..4b5e639f05a16a89631e47de4465c5d8afe9928a 100644
--- a/content/browser/in_process_webkit/dom_storage_context.h
+++ b/content/browser/in_process_webkit/dom_storage_context.h
@@ -24,10 +24,10 @@ class SpecialStoragePolicy;
}
// This is owned by WebKitContext and is all the dom storage information that's
-// shared by all the DOMStorageMessageFilters that share the same profile. The
-// specifics of responsibilities are fairly well documented here and in
-// StorageNamespace and StorageArea. Everything is only to be accessed on the
-// WebKit thread unless noted otherwise.
+// shared by all the DOMStorageMessageFilters that share the same browser
+// context. The specifics of responsibilities are fairly well documented here
+// and in StorageNamespace and StorageArea. Everything is only to be accessed
+// on the WebKit thread unless noted otherwise.
//
// NOTE: Virtual methods facilitate mocking functions for testing.
class DOMStorageContext {
@@ -136,7 +136,7 @@ class DOMStorageContext {
// True if the destructor should delete its files.
bool clear_local_state_on_exit_;
- // Path where the profile data is stored.
+ // Path where the browser context data is stored.
// TODO(pastarmovj): Keep in mind that unlike indexed db data_path_ variable
// this one still has to point to the upper level dir because of the
// MigrateLocalStorageDirectory function. Once this function disappears we can
« no previous file with comments | « content/browser/host_zoom_map.h ('k') | content/browser/in_process_webkit/dom_storage_message_filter.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698