Chromium Code Reviews| Index: chrome/browser/profiles/off_the_record_profile_io_data.h |
| =================================================================== |
| --- chrome/browser/profiles/off_the_record_profile_io_data.h (revision 147972) |
| +++ chrome/browser/profiles/off_the_record_profile_io_data.h (working copy) |
| @@ -86,6 +86,10 @@ |
| DISALLOW_COPY_AND_ASSIGN(Handle); |
| }; |
| + protected: |
| + virtual chrome_browser_net::CacheStats* GetCacheStats( |
|
willchan no longer on Chromium
2012/07/26 01:39:37
Move this to the private section.
tburkard
2012/07/26 02:10:40
Done.
|
| + IOThread* io_thread) const OVERRIDE; |
| + |
| private: |
| friend class base::RefCountedThreadSafe<OffTheRecordProfileIOData>; |