| OLD | NEW | 
|    1 // Copyright (c) 2012 The Chromium Authors. All rights reserved. |    1 // Copyright (c) 2012 The Chromium Authors. All rights reserved. | 
|    2 // Use of this source code is governed by a BSD-style license that can be |    2 // Use of this source code is governed by a BSD-style license that can be | 
|    3 // found in the LICENSE file. |    3 // found in the LICENSE file. | 
|    4  |    4  | 
|    5 #ifndef CHROME_BROWSER_UI_VIEWS_ASH_BROWSER_NON_CLIENT_FRAME_VIEW_ASH_H_ |    5 #ifndef CHROME_BROWSER_UI_VIEWS_FRAME_BROWSER_NON_CLIENT_FRAME_VIEW_ASH_H_ | 
|    6 #define CHROME_BROWSER_UI_VIEWS_ASH_BROWSER_NON_CLIENT_FRAME_VIEW_ASH_H_ |    6 #define CHROME_BROWSER_UI_VIEWS_FRAME_BROWSER_NON_CLIENT_FRAME_VIEW_ASH_H_ | 
|    7  |    7  | 
|    8 #include "base/gtest_prod_util.h" |    8 #include "base/gtest_prod_util.h" | 
|    9 #include "base/memory/scoped_ptr.h" |    9 #include "base/memory/scoped_ptr.h" | 
|   10 #include "chrome/browser/ui/search/search_types.h" |   10 #include "chrome/browser/ui/search/search_types.h" | 
|   11 #include "chrome/browser/ui/search/toolbar_search_animator_observer.h" |   11 #include "chrome/browser/ui/search/toolbar_search_animator_observer.h" | 
|   12 #include "chrome/browser/ui/views/frame/browser_non_client_frame_view.h" |   12 #include "chrome/browser/ui/views/frame/browser_non_client_frame_view.h" | 
|   13 #include "chrome/browser/ui/views/tab_icon_view_model.h" |   13 #include "chrome/browser/ui/views/tab_icon_view_model.h" | 
|   14 #include "ui/views/controls/button/button.h"  // ButtonListener |   14 #include "ui/views/controls/button/button.h"  // ButtonListener | 
|   15  |   15  | 
|   16 class TabIconView; |   16 class TabIconView; | 
| (...skipping 93 matching lines...) Expand 10 before | Expand all | Expand 10 after  Loading... | 
|  110   // Painter for the frame header. |  110   // Painter for the frame header. | 
|  111   scoped_ptr<ash::FramePainter> frame_painter_; |  111   scoped_ptr<ash::FramePainter> frame_painter_; | 
|  112  |  112  | 
|  113   // If true the |size_button_| minimizes, otherwise it toggles between |  113   // If true the |size_button_| minimizes, otherwise it toggles between | 
|  114   // maximized and restored. |  114   // maximized and restored. | 
|  115   bool size_button_minimizes_; |  115   bool size_button_minimizes_; | 
|  116  |  116  | 
|  117   DISALLOW_COPY_AND_ASSIGN(BrowserNonClientFrameViewAsh); |  117   DISALLOW_COPY_AND_ASSIGN(BrowserNonClientFrameViewAsh); | 
|  118 }; |  118 }; | 
|  119  |  119  | 
|  120 #endif  // CHROME_BROWSER_UI_VIEWS_ASH_BROWSER_NON_CLIENT_FRAME_VIEW_ASH_H_ |  120 #endif  // CHROME_BROWSER_UI_VIEWS_FRAME_BROWSER_NON_CLIENT_FRAME_VIEW_ASH_H_ | 
| OLD | NEW |