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

Side by Side Diff: chrome/browser/browser_window_gtk.cc

Issue 16488: Add a new resizer corner overlay. (Closed) Base URL: http://src.chromium.org/svn/trunk/src/
Patch Set: '' Created 11 years, 10 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « chrome/browser/browser_window_gtk.h ('k') | chrome/browser/renderer_host/render_view_host.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright (c) 2009 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2009 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #include "chrome/browser/browser_window_gtk.h" 5 #include "chrome/browser/browser_window_gtk.h"
6 6
7 #include <gtk/gtk.h> 7 #include <gtk/gtk.h>
8 8
9 #include "base/gfx/rect.h" 9 #include "base/gfx/rect.h"
10 #include "base/logging.h" 10 #include "base/logging.h"
(...skipping 105 matching lines...) Expand 10 before | Expand all | Expand 10 after
116 116
117 void BrowserWindowGtk::FocusToolbar() { 117 void BrowserWindowGtk::FocusToolbar() {
118 NOTIMPLEMENTED(); 118 NOTIMPLEMENTED();
119 } 119 }
120 120
121 bool BrowserWindowGtk::IsBookmarkBarVisible() const { 121 bool BrowserWindowGtk::IsBookmarkBarVisible() const {
122 NOTIMPLEMENTED(); 122 NOTIMPLEMENTED();
123 return false; 123 return false;
124 } 124 }
125 125
126 gfx::Rect BrowserWindow::GetRootWindowResizerRect() const {
127 NOTIMPLEMENTED();
128 return false;
129 }
130
126 void BrowserWindowGtk::ToggleBookmarkBar() { 131 void BrowserWindowGtk::ToggleBookmarkBar() {
127 NOTIMPLEMENTED(); 132 NOTIMPLEMENTED();
128 } 133 }
129 134
130 void BrowserWindowGtk::ShowAboutChromeDialog() { 135 void BrowserWindowGtk::ShowAboutChromeDialog() {
131 NOTIMPLEMENTED(); 136 NOTIMPLEMENTED();
132 } 137 }
133 138
134 void BrowserWindowGtk::ShowBookmarkManager() { 139 void BrowserWindowGtk::ShowBookmarkManager() {
135 NOTIMPLEMENTED(); 140 NOTIMPLEMENTED();
(...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after
175 180
176 void BrowserWindowGtk::ShowHTMLDialog(HtmlDialogContentsDelegate* delegate, 181 void BrowserWindowGtk::ShowHTMLDialog(HtmlDialogContentsDelegate* delegate,
177 void* parent_window) { 182 void* parent_window) {
178 NOTIMPLEMENTED(); 183 NOTIMPLEMENTED();
179 } 184 }
180 185
181 void BrowserWindowGtk::DestroyBrowser() { 186 void BrowserWindowGtk::DestroyBrowser() {
182 browser_.reset(); 187 browser_.reset();
183 } 188 }
184 189
OLDNEW
« no previous file with comments | « chrome/browser/browser_window_gtk.h ('k') | chrome/browser/renderer_host/render_view_host.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698