| 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_;
|
|
|
|
|