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

Side by Side Diff: chrome/browser/chromeos/frame/browser_view.h

Issue 4324001: Add proxy settings to network control at upper row of controls at login screen. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 10 years, 1 month 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
« no previous file with comments | « chrome/app/generated_resources.grd ('k') | chrome/browser/chromeos/frame/browser_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) 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_FRAME_BROWSER_VIEW_H_ 5 #ifndef CHROME_BROWSER_CHROMEOS_FRAME_BROWSER_VIEW_H_
6 #define CHROME_BROWSER_CHROMEOS_FRAME_BROWSER_VIEW_H_ 6 #define CHROME_BROWSER_CHROMEOS_FRAME_BROWSER_VIEW_H_
7 #pragma once 7 #pragma once
8 8
9 #include <vector> 9 #include <vector>
10 10
(...skipping 46 matching lines...) Expand 10 before | Expand all | Expand 10 after
57 virtual void ShowContextMenu(views::View* source, 57 virtual void ShowContextMenu(views::View* source,
58 const gfx::Point& p, 58 const gfx::Point& p,
59 bool is_mouse_gesture); 59 bool is_mouse_gesture);
60 60
61 // StatusAreaHost overrides. 61 // StatusAreaHost overrides.
62 virtual Profile* GetProfile() const; 62 virtual Profile* GetProfile() const;
63 virtual gfx::NativeWindow GetNativeWindow() const; 63 virtual gfx::NativeWindow GetNativeWindow() const;
64 virtual bool ShouldOpenButtonOptions( 64 virtual bool ShouldOpenButtonOptions(
65 const views::View* button_view) const; 65 const views::View* button_view) const;
66 virtual void ExecuteBrowserCommand(int id) const; 66 virtual void ExecuteBrowserCommand(int id) const;
67 virtual void OpenButtonOptions(const views::View* button_view) const; 67 virtual void OpenButtonOptions(const views::View* button_view);
68 virtual bool IsBrowserMode() const; 68 virtual bool IsBrowserMode() const;
69 virtual bool IsScreenLockerMode() const; 69 virtual bool IsScreenLockerMode() const;
70 70
71 protected: 71 protected:
72 virtual void GetAccessiblePanes( 72 virtual void GetAccessiblePanes(
73 std::vector<AccessiblePaneView*>* panes); 73 std::vector<AccessiblePaneView*>* panes);
74 74
75 private: 75 private:
76 void InitSystemMenu(); 76 void InitSystemMenu();
77 77
78 // Status Area view. 78 // Status Area view.
79 StatusAreaView* status_area_; 79 StatusAreaView* status_area_;
80 80
81 // System menus. 81 // System menus.
82 scoped_ptr<menus::SimpleMenuModel> system_menu_contents_; 82 scoped_ptr<menus::SimpleMenuModel> system_menu_contents_;
83 scoped_ptr<views::Menu2> system_menu_menu_; 83 scoped_ptr<views::Menu2> system_menu_menu_;
84 84
85 DISALLOW_COPY_AND_ASSIGN(BrowserView); 85 DISALLOW_COPY_AND_ASSIGN(BrowserView);
86 }; 86 };
87 87
88 } // namespace chromeos 88 } // namespace chromeos
89 89
90 #endif // CHROME_BROWSER_CHROMEOS_FRAME_BROWSER_VIEW_H_ 90 #endif // CHROME_BROWSER_CHROMEOS_FRAME_BROWSER_VIEW_H_
OLDNEW
« no previous file with comments | « chrome/app/generated_resources.grd ('k') | chrome/browser/chromeos/frame/browser_view.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698