summaryrefslogtreecommitdiffstats
path: root/chrome/browser/gtk/browser_window_gtk.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/gtk/browser_window_gtk.h')
-rw-r--r--chrome/browser/gtk/browser_window_gtk.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/chrome/browser/gtk/browser_window_gtk.h b/chrome/browser/gtk/browser_window_gtk.h
index ac51bec..d2c0589 100644
--- a/chrome/browser/gtk/browser_window_gtk.h
+++ b/chrome/browser/gtk/browser_window_gtk.h
@@ -139,6 +139,9 @@ class BrowserWindowGtk : public BrowserWindow,
// Triggers relayout of the content.
void SetCustomFrame(bool custom_frame);
+ // Save the window position in the prefs.
+ void SaveWindowPosition();
+
// Callback for when the "content area" vbox needs to be redrawn.
// The content area includes the toolbar and web page but not the tab strip.
// It has a soft gray border when we have a custom frame.