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

Unified Diff: chrome/browser/controller.cc

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/controller.h ('k') | chrome/browser/render_widget_host_hwnd.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/controller.cc
===================================================================
--- chrome/browser/controller.cc (revision 12533)
+++ chrome/browser/controller.cc (working copy)
@@ -7,6 +7,8 @@
#include "chrome/browser/controller.h"
#include "base/logging.h"
+bool g_threedee_enabled = false;
+
CommandController::CommandController(CommandHandler* handler) :
handler_(handler) {
}
« no previous file with comments | « chrome/browser/controller.h ('k') | chrome/browser/render_widget_host_hwnd.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698