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

Unified Diff: chrome/browser/ui/views/toolbar_view.h

Issue 4694008: Make pink's TabContentsWrapper change compile on Windows.... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 10 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
Index: chrome/browser/ui/views/toolbar_view.h
===================================================================
--- chrome/browser/ui/views/toolbar_view.h (revision 66453)
+++ chrome/browser/ui/views/toolbar_view.h (working copy)
@@ -96,7 +96,7 @@
virtual void RunMenu(views::View* source, const gfx::Point& pt);
// Overridden from LocationBarView::Delegate:
- virtual TabContents* GetTabContents();
+ virtual TabContentsWrapper* GetTabContentsWrapper();
virtual InstantController* GetInstant();
virtual void OnInputInProgress(bool in_progress);

Powered by Google App Engine
This is Rietveld 408576698