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

Unified Diff: content/test/test_tab_contents_view.cc

Issue 8477042: Move Sad Tab implementation out of the TabContentsViews. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: changes for jochen and jam Created 9 years, 1 month 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
« no previous file with comments | « content/test/test_tab_contents_view.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/test/test_tab_contents_view.cc
diff --git a/content/test/test_tab_contents_view.cc b/content/test/test_tab_contents_view.cc
index 216e163bcab7c3329f4343e4b954b397eda2de24..25ddcec12c53339c1c243a5334869e4c07657b1d 100644
--- a/content/test/test_tab_contents_view.cc
+++ b/content/test/test_tab_contents_view.cc
@@ -126,3 +126,9 @@ void TestTabContentsView::CloseTabAfterEventTracking() {
void TestTabContentsView::GetViewBounds(gfx::Rect* out) const {
}
+
+void TestTabContentsView::InstallOverlayView(gfx::NativeView view) {
+}
+
+void TestTabContentsView::RemoveOverlayView() {
+}
« no previous file with comments | « content/test/test_tab_contents_view.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698