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,9 @@ |
DISALLOW_COPY_AND_ASSIGN(Handle); |
}; |
+ protected: |
rvargas (doing something else)
2012/07/26 02:13:43
why protected?
tburkard
2012/07/26 02:50:54
Done.
|
+ virtual chrome_browser_net::CacheStats* GetCacheStats() const OVERRIDE; |
+ |
private: |
friend class base::RefCountedThreadSafe<OffTheRecordProfileIOData>; |