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

Unified Diff: chrome/test/base/test_browser_window.h

Issue 10551002: TabContentsWrapper -> TabContents, part 56. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Not killing GetSelectedWebContents yet Created 8 years, 6 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
« no previous file with comments | « chrome/test/base/in_process_browser_test.cc ('k') | chrome/test/base/ui_test_utils.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/base/test_browser_window.h
diff --git a/chrome/test/base/test_browser_window.h b/chrome/test/base/test_browser_window.h
index a1a841a6aa4d78be4f6185144cb0f0bac8133ade..42f167ca174fa64aea369b4c8d74f07c7f35a8f7 100644
--- a/chrome/test/base/test_browser_window.h
+++ b/chrome/test/base/test_browser_window.h
@@ -66,7 +66,7 @@ class TestBrowserWindow : public BrowserWindow {
virtual LocationBar* GetLocationBar() const OVERRIDE;
virtual void SetFocusToLocationBar(bool select_all) OVERRIDE {}
virtual void UpdateReloadStopState(bool is_loading, bool force) OVERRIDE {}
- virtual void UpdateToolbar(TabContentsWrapper* contents,
+ virtual void UpdateToolbar(TabContents* contents,
bool should_restore_state) OVERRIDE {}
virtual void FocusToolbar() OVERRIDE {}
virtual void FocusAppMenu() OVERRIDE {}
@@ -79,7 +79,7 @@ class TestBrowserWindow : public BrowserWindow {
virtual void HandleKeyboardEvent(
const content::NativeWebKeyboardEvent& event) OVERRIDE {}
virtual void ShowCreateWebAppShortcutsDialog(
- TabContentsWrapper* tab_contents) OVERRIDE {}
+ TabContents* tab_contents) OVERRIDE {}
virtual void ShowCreateChromeAppShortcutsDialog(
Profile* profile,
const extensions::Extension* app) OVERRIDE {}
@@ -115,7 +115,7 @@ class TestBrowserWindow : public BrowserWindow {
const content::SSLStatus& ssl,
bool show_history) OVERRIDE {}
virtual void ShowWebsiteSettings(Profile* profile,
- TabContentsWrapper* wrapper,
+ TabContents* tab_contents,
const GURL& url,
const content::SSLStatus& ssl,
bool show_history) OVERRIDE {}
@@ -131,7 +131,7 @@ class TestBrowserWindow : public BrowserWindow {
virtual bool InPresentationMode() OVERRIDE;
#endif
- virtual void ShowInstant(TabContentsWrapper* preview_contents) OVERRIDE {}
+ virtual void ShowInstant(TabContents* preview_contents) OVERRIDE {}
virtual void HideInstant() OVERRIDE {}
virtual gfx::Rect GetInstantBounds() OVERRIDE;
virtual WindowOpenDisposition GetDispositionForPopupBounds(
« no previous file with comments | « chrome/test/base/in_process_browser_test.cc ('k') | chrome/test/base/ui_test_utils.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698