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

Unified Diff: content/browser/in_process_webkit/webkit_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
Index: content/browser/in_process_webkit/webkit_context.h
diff --git a/content/browser/in_process_webkit/webkit_context.h b/content/browser/in_process_webkit/webkit_context.h
index fa2d32dd6152e7317fa40442dd4088bae4c99f47..6992d772db5ce69e292051826ec6285e4d9a9be7 100644
--- a/content/browser/in_process_webkit/webkit_context.h
+++ b/content/browser/in_process_webkit/webkit_context.h
@@ -24,10 +24,10 @@ class QuotaManagerProxy;
class SpecialStoragePolicy;
}
-// There's one WebKitContext per profile. Various DispatcherHost classes
-// have a pointer to the Context to store shared state. Unfortunately, this
-// class has become a bit of a dumping ground for calls made on the UI thread
-// that need to be proxied over to the WebKit thread.
+// There's one WebKitContext per browser context. Various DispatcherHost
+// classes have a pointer to the Context to store shared state. Unfortunately,
+// this class has become a bit of a dumping ground for calls made on the UI
+// thread that need to be proxied over to the WebKit thread.
//
// This class is created on the UI thread and accessed on the UI, IO, and WebKit
// threads.
@@ -77,7 +77,7 @@ class WebKitContext : public base::RefCountedThreadSafe<WebKitContext> {
friend class base::RefCountedThreadSafe<WebKitContext>;
virtual ~WebKitContext();
- // Copies of profile data that can be accessed on any thread.
+ // Copies of browser context data that can be accessed on any thread.
const FilePath data_path_;
const bool is_incognito_;

Powered by Google App Engine
This is Rietveld 408576698