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

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

Issue 7464009: Removal of Profile from content part 1. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: browser_context Created 9 years, 5 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_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..cac9083479a287e83ec87a9a0c9a84bb4222e5ab 100644
--- a/content/browser/in_process_webkit/dom_storage_context.h
+++ b/content/browser/in_process_webkit/dom_storage_context.h
@@ -24,7 +24,7 @@ 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
+// shared by all the DOMStorageMessageFilters that share the same context. The
jam 2011/07/22 16:58:38 nit: browser context
// 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.
@@ -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 context data is stored.
jam 2011/07/22 16:58:38 ditto
// 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

Powered by Google App Engine
This is Rietveld 408576698