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

Unified 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/browser/browser_commands.cc ('k') | chrome/browser/controller.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/controller.h
===================================================================
--- chrome/browser/controller.h (revision 12533)
+++ chrome/browser/controller.h (working copy)
@@ -170,4 +170,8 @@
DISALLOW_EVIL_CONSTRUCTORS(CommandController);
};
+// Stupid global for the temporary 3d hack. This indicates whether the browser
+// should be in 3D mode.
+extern bool g_threedee_enabled;
+
#endif // CHROME_BROWSER_CONTROLLER_H__
« 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