| Index: chrome/browser/gtk/browser_window_gtk.h
|
| ===================================================================
|
| --- chrome/browser/gtk/browser_window_gtk.h (revision 14956)
|
| +++ chrome/browser/gtk/browser_window_gtk.h (working copy)
|
| @@ -118,6 +118,10 @@
|
| scoped_ptr<Browser> browser_;
|
|
|
| private:
|
| + // Sets the default size for the window and the the way the user is allowed to
|
| + // resize it.
|
| + void SetGeometryHints();
|
| +
|
| // Connect accelerators that aren't connected to menu items (like ctrl-o,
|
| // ctrl-l, etc.).
|
| void ConnectAccelerators();
|
|
|