| Index: chrome/browser/ui/browser.h
|
| diff --git a/chrome/browser/ui/browser.h b/chrome/browser/ui/browser.h
|
| index cdbd7fa0f97b62b50bc53d32a25243ae4bdc62ef..cc1686dbafb0a09d972301ccf480404860c1b1e4 100644
|
| --- a/chrome/browser/ui/browser.h
|
| +++ b/chrome/browser/ui/browser.h
|
| @@ -191,6 +191,7 @@ class Browser : public TabHandlerDelegate,
|
| ToolbarModel* toolbar_model() { return &toolbar_model_; }
|
| const SessionID& session_id() const { return session_id_; }
|
| CommandUpdater* command_updater() { return &command_updater_; }
|
| + bool block_command_execution() const { return block_command_execution_; }
|
|
|
| // Get the FindBarController for this browser, creating it if it does not
|
| // yet exist.
|
|
|