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

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

Issue 2222653002: Moves CustomFrameViewAsh to common (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: merge Created 4 years, 4 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/views/frame/browser_non_client_frame_view_ash.h
diff --git a/chrome/browser/ui/views/frame/browser_non_client_frame_view_ash.h b/chrome/browser/ui/views/frame/browser_non_client_frame_view_ash.h
index 77ede6a9650a42e398c837a874fb2c50f52203d5..db14306953c401ba16679e7fe60792863da23fa5 100644
--- a/chrome/browser/ui/views/frame/browser_non_client_frame_view_ash.h
+++ b/chrome/browser/ui/views/frame/browser_non_client_frame_view_ash.h
@@ -17,7 +17,6 @@ class TabIconView;
class WebAppLeftHeaderView;
namespace ash {
-class FrameBorderHitTestController;
class FrameCaptionButton;
class FrameCaptionButtonContainerView;
class HeaderPainter;
@@ -139,10 +138,6 @@ class BrowserNonClientFrameViewAsh : public BrowserNonClientFrameView,
// Helper class for painting the header.
std::unique_ptr<ash::HeaderPainter> header_painter_;
- // Updates the hittest bounds overrides based on the window show type.
- std::unique_ptr<ash::FrameBorderHitTestController>
- frame_border_hit_test_controller_;
-
DISALLOW_COPY_AND_ASSIGN(BrowserNonClientFrameViewAsh);
};

Powered by Google App Engine
This is Rietveld 408576698