Index: chrome/browser/ui/cocoa/extensions/shell_window_cocoa.h |
diff --git a/chrome/browser/ui/cocoa/extensions/shell_window_cocoa.h b/chrome/browser/ui/cocoa/extensions/shell_window_cocoa.h |
index 564e786edbfa0b22b0de510812ea1958c13f964c..8004235a7357789d706ed319159c19c6cfe1fc37 100644 |
--- a/chrome/browser/ui/cocoa/extensions/shell_window_cocoa.h |
+++ b/chrome/browser/ui/cocoa/extensions/shell_window_cocoa.h |
@@ -71,6 +71,10 @@ class ShellWindowCocoa : public ShellWindow { |
private: |
virtual ~ShellWindowCocoa(); |
+ // content::WebContentsDelegate implementation. |
+ virtual void UpdateDraggableRegions( |
+ const std::vector<content::DraggableRegion>& regions) OVERRIDE; |
+ |
NSWindow* window() const; |
void InstallView(); |