Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(363)

Unified Diff: chrome/browser/autofill/risk/fingerprint_browsertest.cc

Issue 12334073: Remove WebContents methods that duplicate WebContentsView methods. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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 {
« no previous file with comments | « chrome/browser/autofill/autofill_external_delegate.cc ('k') | chrome/browser/automation/automation_provider_win.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698