| Index: chrome/browser/ui/gtk/browser_window_gtk.cc
|
| diff --git a/chrome/browser/ui/gtk/browser_window_gtk.cc b/chrome/browser/ui/gtk/browser_window_gtk.cc
|
| index 01e2b00193fc4188723717254dc3e61bab97fd11..77007d7947555d91948eb07c48df60b13db5deae 100644
|
| --- a/chrome/browser/ui/gtk/browser_window_gtk.cc
|
| +++ b/chrome/browser/ui/gtk/browser_window_gtk.cc
|
| @@ -1148,6 +1148,12 @@ gfx::Rect BrowserWindowGtk::GetInstantBounds() {
|
| return ui::GetWidgetScreenBounds(contents_container_->widget());
|
| }
|
|
|
| +void BrowserWindowGtk::SetInstantPreviewHeight(int height,
|
| + InstantSizeUnits units) {
|
| + // TODO(jered): Implement.
|
| + NOTIMPLEMENTED();
|
| +}
|
| +
|
| bool BrowserWindowGtk::IsInstantTabShowing() {
|
| return contents_container_->HasPreview();
|
| }
|
|
|