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

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: 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
« no previous file with comments | « no previous file | chrome/browser/ui/extensions/shell_window.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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..aa2424409b2c2c5d04830f879d36056ed61725f3 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.
+ // TODO(jianli): once http://crbug.com/123007 is fixed, we'll no longer need
+ // this.
+ virtual void RenderViewHostChanged() {}
jeremya 2012/10/17 22:57:33 It might be better to keep this interface pure, th
+
virtual ~NativeShellWindow() {}
};
« no previous file with comments | « no previous file | chrome/browser/ui/extensions/shell_window.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698