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

Side by Side Diff: chrome/browser/controller.h

Issue 53096: Broadcast a state change notification from the toolbar to the RenderWidgetHos... (Closed) Base URL: svn://chrome-svn/chrome/branches/release_154.next/src/
Patch Set: Created 11 years, 9 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
« no previous file with comments | « chrome/browser/browser_commands.cc ('k') | chrome/browser/controller.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_CONTROLLER_H__ 5 #ifndef CHROME_BROWSER_CONTROLLER_H__
6 #define CHROME_BROWSER_CONTROLLER_H__ 6 #define CHROME_BROWSER_CONTROLLER_H__
7 7
8 #include <vector> 8 #include <vector>
9 9
10 #include "base/basictypes.h" 10 #include "base/basictypes.h"
(...skipping 152 matching lines...) Expand 10 before | Expand all | Expand 10 after
163 // This is a map of command IDs to states and observer lists 163 // This is a map of command IDs to states and observer lists
164 CommandMap commands_; 164 CommandMap commands_;
165 165
166 // vector of ButtonController for managed buttons 166 // vector of ButtonController for managed buttons
167 std::vector<ButtonController*> managed_button_controllers_; 167 std::vector<ButtonController*> managed_button_controllers_;
168 168
169 CommandController(); 169 CommandController();
170 DISALLOW_EVIL_CONSTRUCTORS(CommandController); 170 DISALLOW_EVIL_CONSTRUCTORS(CommandController);
171 }; 171 };
172 172
173 // Stupid global for the temporary 3d hack. This indicates whether the browser
174 // should be in 3D mode.
175 extern bool g_threedee_enabled;
176
173 #endif // CHROME_BROWSER_CONTROLLER_H__ 177 #endif // CHROME_BROWSER_CONTROLLER_H__
OLDNEW
« no previous file with comments | « chrome/browser/browser_commands.cc ('k') | chrome/browser/controller.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698