| Index: chrome/browser/profiles/off_the_record_profile_impl.h
|
| diff --git a/chrome/browser/profiles/off_the_record_profile_impl.h b/chrome/browser/profiles/off_the_record_profile_impl.h
|
| index 611d9dc6acad301968e9c535e94ae3c2d2912c17..930064b8439a303020251ae2a490f553a9806c6e 100644
|
| --- a/chrome/browser/profiles/off_the_record_profile_impl.h
|
| +++ b/chrome/browser/profiles/off_the_record_profile_impl.h
|
| @@ -80,7 +80,9 @@ class OffTheRecordProfileImpl : public Profile,
|
| virtual PrefProxyConfigTracker* GetProxyConfigTracker() OVERRIDE;
|
|
|
| virtual chrome_browser_net::Predictor* GetNetworkPredictor() OVERRIDE;
|
| - virtual void ClearNetworkingHistorySince(base::Time time) OVERRIDE;
|
| + virtual void ClearNetworkingHistorySince(
|
| + base::Time time,
|
| + const base::Closure& completion) OVERRIDE;
|
| virtual GURL GetHomePage() OVERRIDE;
|
|
|
| // content::BrowserContext implementation:
|
|
|