| Index: chrome/browser/ui/browser_commands.cc
|
| diff --git a/chrome/browser/ui/browser_commands.cc b/chrome/browser/ui/browser_commands.cc
|
| index da95740433d1a872648a08e7d18d9555fce0dbf8..b0205e96b67686393de858c07bb3ffde58bf56d5 100644
|
| --- a/chrome/browser/ui/browser_commands.cc
|
| +++ b/chrome/browser/ui/browser_commands.cc
|
| @@ -203,6 +203,7 @@ bool IsNTPModeForInstantExtendedAPI(const Browser* browser) {
|
|
|
| } // namespace
|
|
|
| +#include "chrome/app/chrome_command_ids.h"
|
| bool IsCommandEnabled(Browser* browser, int command) {
|
| return browser->command_controller()->command_updater()->IsCommandEnabled(
|
| command);
|
|
|