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

Side by Side Diff: chrome/browser/views/about_chrome_view.h

Issue 2620003: Cleanup of about box (Closed) Base URL: http://src.chromium.org/git/chromium.git
Patch Set: Split conditional Created 10 years, 6 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 unified diff | Download patch
« no previous file with comments | « chrome/app/generated_resources.grd ('k') | chrome/browser/views/about_chrome_view.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright (c) 2006-2008 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2006-2008 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_VIEWS_ABOUT_CHROME_VIEW_H_ 5 #ifndef CHROME_BROWSER_VIEWS_ABOUT_CHROME_VIEW_H_
6 #define CHROME_BROWSER_VIEWS_ABOUT_CHROME_VIEW_H_ 6 #define CHROME_BROWSER_VIEWS_ABOUT_CHROME_VIEW_H_
7 7
8 #include "views/controls/image_view.h" 8 #include "views/controls/image_view.h"
9 #include "views/controls/label.h" 9 #include "views/controls/label.h"
10 #include "views/controls/link.h" 10 #include "views/controls/link.h"
(...skipping 45 matching lines...) Expand 10 before | Expand all | Expand 10 after
56 views::View* parent, 56 views::View* parent,
57 views::View* child); 57 views::View* child);
58 58
59 // Overridden from views::DialogDelegate: 59 // Overridden from views::DialogDelegate:
60 virtual std::wstring GetDialogButtonLabel( 60 virtual std::wstring GetDialogButtonLabel(
61 MessageBoxFlags::DialogButton button) const; 61 MessageBoxFlags::DialogButton button) const;
62 virtual bool IsDialogButtonEnabled( 62 virtual bool IsDialogButtonEnabled(
63 MessageBoxFlags::DialogButton button) const; 63 MessageBoxFlags::DialogButton button) const;
64 virtual bool IsDialogButtonVisible( 64 virtual bool IsDialogButtonVisible(
65 MessageBoxFlags::DialogButton button) const; 65 MessageBoxFlags::DialogButton button) const;
66 virtual int GetDefaultDialogButton() const;
66 virtual bool CanResize() const; 67 virtual bool CanResize() const;
67 virtual bool CanMaximize() const; 68 virtual bool CanMaximize() const;
68 virtual bool IsAlwaysOnTop() const; 69 virtual bool IsAlwaysOnTop() const;
69 virtual bool HasAlwaysOnTopMenu() const; 70 virtual bool HasAlwaysOnTopMenu() const;
70 virtual bool IsModal() const; 71 virtual bool IsModal() const;
71 virtual std::wstring GetWindowTitle() const; 72 virtual std::wstring GetWindowTitle() const;
72 virtual bool Accept(); 73 virtual bool Accept();
73 virtual views::View* GetContentsView(); 74 virtual views::View* GetContentsView();
74 75
75 // Overridden from views::LinkController: 76 // Overridden from views::LinkController:
(...skipping 93 matching lines...) Expand 10 before | Expand all | Expand 10 after
169 // Used to request the version. 170 // Used to request the version.
170 CancelableRequestConsumer consumer_; 171 CancelableRequestConsumer consumer_;
171 #endif 172 #endif
172 173
173 scoped_ptr<AccessibleViewHelper> accessible_view_helper_; 174 scoped_ptr<AccessibleViewHelper> accessible_view_helper_;
174 175
175 DISALLOW_COPY_AND_ASSIGN(AboutChromeView); 176 DISALLOW_COPY_AND_ASSIGN(AboutChromeView);
176 }; 177 };
177 178
178 #endif // CHROME_BROWSER_VIEWS_ABOUT_CHROME_VIEW_H_ 179 #endif // CHROME_BROWSER_VIEWS_ABOUT_CHROME_VIEW_H_
OLDNEW
« no previous file with comments | « chrome/app/generated_resources.grd ('k') | chrome/browser/views/about_chrome_view.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698