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

Side by Side Diff: chrome/browser/chromeos/status/status_area_host.h

Issue 2125013: Revert 47749 - Integrated new bug icon in status bar. It opens bug reporting ... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 10 years, 7 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 | Annotate | Revision Log
OLDNEW
1 // Copyright (c) 2010 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2010 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_CHROMEOS_STATUS_STATUS_AREA_HOST_H_ 5 #ifndef CHROME_BROWSER_CHROMEOS_STATUS_STATUS_AREA_HOST_H_
6 #define CHROME_BROWSER_CHROMEOS_STATUS_STATUS_AREA_HOST_H_ 6 #define CHROME_BROWSER_CHROMEOS_STATUS_STATUS_AREA_HOST_H_
7 7
8 #include "gfx/native_widget_types.h" 8 #include "gfx/native_widget_types.h"
9 9
10 namespace views { 10 namespace views {
(...skipping 16 matching lines...) Expand all
27 virtual gfx::NativeWindow GetNativeWindow() const = 0; 27 virtual gfx::NativeWindow GetNativeWindow() const = 0;
28 28
29 // Indicates if options dialog related to the button specified should be 29 // Indicates if options dialog related to the button specified should be
30 // shown. 30 // shown.
31 virtual bool ShouldOpenButtonOptions( 31 virtual bool ShouldOpenButtonOptions(
32 const views::View* button_view) const = 0; 32 const views::View* button_view) const = 0;
33 33
34 // Opens options dialog related to the button specified. 34 // Opens options dialog related to the button specified.
35 virtual void OpenButtonOptions(const views::View* button_view) const = 0; 35 virtual void OpenButtonOptions(const views::View* button_view) const = 0;
36 36
37 // Executes browser command.
38 virtual void ExecuteBrowserCommand(int id) const = 0;
39
40 // Indicates if the button specified should be visible at the moment. 37 // Indicates if the button specified should be visible at the moment.
41 virtual bool IsButtonVisible(const views::View* button_view) const = 0; 38 virtual bool IsButtonVisible(const views::View* button_view) const = 0;
42 39
43 // True if status area hosted in browser. Otherwise it's OOBE/login state. 40 // True if status area hosted in browser. Otherwise it's OOBE/login state.
44 virtual bool IsBrowserMode() const = 0; 41 virtual bool IsBrowserMode() const = 0;
45 42
46 protected: 43 protected:
47 virtual ~StatusAreaHost() {} 44 virtual ~StatusAreaHost() {}
48 }; 45 };
49 46
50 } // namespace chromeos 47 } // namespace chromeos
51 48
52 #endif // CHROME_BROWSER_CHROMEOS_STATUS_STATUS_AREA_HOST_H_ 49 #endif // CHROME_BROWSER_CHROMEOS_STATUS_STATUS_AREA_HOST_H_
53 50
OLDNEW
« no previous file with comments | « chrome/browser/chromeos/status/feedback_menu_button.cc ('k') | chrome/browser/chromeos/status/status_area_view.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698