summaryrefslogtreecommitdiffstats
path: root/chrome/test/test_tab_contents.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/test/test_tab_contents.cc')
-rw-r--r--chrome/test/test_tab_contents.cc20
1 files changed, 0 insertions, 20 deletions
diff --git a/chrome/test/test_tab_contents.cc b/chrome/test/test_tab_contents.cc
deleted file mode 100644
index 92bec46..0000000
--- a/chrome/test/test_tab_contents.cc
+++ /dev/null
@@ -1,20 +0,0 @@
-// Copyright (c) 2006-2008 The Chromium Authors. All rights reserved.
-// Use of this source code is governed by a BSD-style license that can be
-// found in the LICENSE file.
-
-#include "chrome/test/test_tab_contents.h"
-
-#include "chrome/browser/tab_contents/navigation_entry.h"
-#include "chrome/common/render_messages.h"
-
-// static
-SiteInstance* TestTabContents::site_instance_ = NULL;
-
-TestTabContents::TestTabContents(TabContentsType type)
- : TabContents(type),
- next_page_id_(1) {
-}
-
-bool TestTabContents::NavigateToPendingEntry(bool reload) {
- return true;
-}