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

Unified Diff: chrome/browser/ui/views/frame/browser_window_move_observer.h

Issue 10021029: Propagate OnNativeWidgetMove to delegate/observers, etc. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Use |move_loop_widget_| and GetAttachedBrowserView, etc. Created 8 years, 8 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 | « chrome/browser/ui/views/frame/browser_view.cc ('k') | chrome/browser/ui/views/tabs/tab_drag_controller2.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/views/frame/browser_window_move_observer.h
diff --git a/chrome/browser/ui/views/frame/browser_window_move_observer.h b/chrome/browser/ui/views/frame/browser_window_move_observer.h
deleted file mode 100644
index ac4b54ec984e40b8dd89541f467c5f1041b19c4f..0000000000000000000000000000000000000000
--- a/chrome/browser/ui/views/frame/browser_window_move_observer.h
+++ /dev/null
@@ -1,18 +0,0 @@
-// Copyright (c) 2012 The Chromium Authors. All rights reserved.
-// Use of this source code is governed by a BSD-style license that can be
-// found in the LICENSE file.
-
-#ifndef CHROME_BROWSER_UI_VIEWS_FRAME_BROWSER_WINDOW_MOVE_OBSERVER_H_
-#define CHROME_BROWSER_UI_VIEWS_FRAME_BROWSER_WINDOW_MOVE_OBSERVER_H_
-#pragma once
-
-// BrowserView notifies BrowserWindowMoveObserver as the window moves.
-class BrowserWindowMoveObserver {
- public:
- virtual void OnWidgetMoved() = 0;
-
- protected:
- ~BrowserWindowMoveObserver() {}
-};
-
-#endif // CHROME_BROWSER_UI_VIEWS_FRAME_BROWSER_WINDOW_MOVE_OBSERVER_H_
« no previous file with comments | « chrome/browser/ui/views/frame/browser_view.cc ('k') | chrome/browser/ui/views/tabs/tab_drag_controller2.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698