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

Unified Diff: chrome/browser/ui/extensions/native_shell_window.h

Issue 11205004: Fix bug 145175: [Win] Frameless app windows are not resizable if no draggable region is specified (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Make new method pure virtual Created 8 years, 2 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 side-by-side diff with in-line comments
Download patch
Index: chrome/browser/ui/extensions/native_shell_window.h
diff --git a/chrome/browser/ui/extensions/native_shell_window.h b/chrome/browser/ui/extensions/native_shell_window.h
index 002c7bb1a094d0e3b53dffa779d0ebdd7265ea37..ef7fa218b82868af4cbc16c4cc73a404b9d5cbb0 100644
--- a/chrome/browser/ui/extensions/native_shell_window.h
+++ b/chrome/browser/ui/extensions/native_shell_window.h
@@ -35,6 +35,11 @@ class NativeShellWindow : public BaseWindow {
virtual void HandleKeyboardEvent(
const content::NativeWebKeyboardEvent& event) = 0;
+ // Called when the RenderViewHost is changed.
Ben Goodger (Google) 2012/10/23 16:13:35 this line is useless
+ // TODO(jianli): once http://crbug.com/123007 is fixed, we'll no longer need
+ // this.
+ virtual void RenderViewHostChanged() = 0;
+
virtual ~NativeShellWindow() {}
};
« no previous file with comments | « chrome/browser/ui/cocoa/extensions/shell_window_cocoa.h ('k') | chrome/browser/ui/extensions/shell_window.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698