| Index: chrome/browser/ui/extensions/shell_window.h
|
| diff --git a/chrome/browser/ui/extensions/shell_window.h b/chrome/browser/ui/extensions/shell_window.h
|
| index 3aa30fd27f34095e0d92c15130b5b9d2ce2ad644..3c595d6bb49c9c0d0db63f1c53e2392a683675ea 100644
|
| --- a/chrome/browser/ui/extensions/shell_window.h
|
| +++ b/chrome/browser/ui/extensions/shell_window.h
|
| @@ -103,6 +103,9 @@ class ShellWindow : public content::NotificationObserver,
|
| // Save the window position in the prefs.
|
| virtual void SaveWindowPosition();
|
|
|
| + // Sends an update message with the current bounds to the renderer.
|
| + void SendBoundsUpdate();
|
| +
|
| protected:
|
| ShellWindow(Profile* profile,
|
| const extensions::Extension* extension);
|
|
|