| Index: chrome/browser/autofill/risk/fingerprint_browsertest.cc
|
| diff --git a/chrome/browser/autofill/risk/fingerprint_browsertest.cc b/chrome/browser/autofill/risk/fingerprint_browsertest.cc
|
| index 752444f79ab8644f9cf402f5e7ef57245f78d5f4..5f0c11c2141d960dee088b147c7e5d1d3d25237f 100644
|
| --- a/chrome/browser/autofill/risk/fingerprint_browsertest.cc
|
| +++ b/chrome/browser/autofill/risk/fingerprint_browsertest.cc
|
| @@ -424,14 +424,6 @@ class TestWebContents : public WebContents {
|
| virtual bool NeedToFireBeforeUnload() OVERRIDE { return false; }
|
| virtual void Stop() OVERRIDE {}
|
| virtual WebContents* Clone() OVERRIDE { return NULL; }
|
| - virtual gfx::NativeView GetContentNativeView() const OVERRIDE {
|
| - return gfx::NativeView();
|
| - }
|
| - virtual gfx::NativeView GetNativeView() const OVERRIDE {
|
| - return gfx::NativeView();
|
| - }
|
| - virtual void GetContainerBounds(gfx::Rect* out) const OVERRIDE {}
|
| - virtual void Focus() OVERRIDE {}
|
| virtual void FocusThroughTabTraversal(bool reverse) OVERRIDE {}
|
| virtual bool ShowingInterstitialPage() const OVERRIDE { return false; }
|
| virtual InterstitialPage* GetInterstitialPage() const OVERRIDE {
|
|
|