| 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..e10e6f840e9a7b967ee144e2f4903f748f3c1d69 100644
|
| --- a/content/browser/in_process_webkit/webkit_context.h
|
| +++ b/content/browser/in_process_webkit/webkit_context.h
|
| @@ -24,7 +24,7 @@ class QuotaManagerProxy;
|
| class SpecialStoragePolicy;
|
| }
|
|
|
| -// There's one WebKitContext per profile. Various DispatcherHost classes
|
| +// There's one WebKitContext per BrowserContext. 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.
|
| @@ -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 BrowserContext data that can be accessed on any thread.
|
| const FilePath data_path_;
|
| const bool is_incognito_;
|
|
|
|
|