| Index: chrome/browser/profiles/profile_impl.h
|
| diff --git a/chrome/browser/profiles/profile_impl.h b/chrome/browser/profiles/profile_impl.h
|
| index 52a85c30b907a5061242297310d2a4395e0b9cc1..24b4a0aecef5d4baa04af9ddc9612c87a1ac2cb1 100644
|
| --- a/chrome/browser/profiles/profile_impl.h
|
| +++ b/chrome/browser/profiles/profile_impl.h
|
| @@ -32,6 +32,10 @@ class Preferences;
|
| }
|
| #endif
|
|
|
| +namespace base {
|
| +class WaitableEvent;
|
| +}
|
| +
|
| class NetPrefObserver;
|
|
|
| // The default profile implementation.
|
| @@ -138,6 +142,8 @@ class ProfileImpl : public Profile,
|
| virtual PrefProxyConfigTracker* GetProxyConfigTracker();
|
| virtual prerender::PrerenderManager* GetPrerenderManager();
|
|
|
| + virtual base::WaitableEvent* ClearAppCache();
|
| +
|
| // NotificationObserver implementation.
|
| virtual void Observe(int type,
|
| const NotificationSource& source,
|
|
|