| Index: chrome/browser/browser_process.h
|
| ===================================================================
|
| --- chrome/browser/browser_process.h (revision 106339)
|
| +++ chrome/browser/browser_process.h (working copy)
|
| @@ -147,6 +147,9 @@
|
| // Returns the thread that is used for background cache operations.
|
| virtual base::Thread* cache_thread() = 0;
|
|
|
| + // Returns the thread that is used for background appcache operations.
|
| + virtual base::Thread* appcache_thread() = 0;
|
| +
|
| // Returns the thread that is used for health check of all browser threads.
|
| virtual WatchDogThread* watchdog_thread() = 0;
|
|
|
|
|