Index: chrome/common/extensions/api/commands/commands_handler.cc |
diff --git a/chrome/common/extensions/api/commands/commands_handler.cc b/chrome/common/extensions/api/commands/commands_handler.cc |
index 731af996a6e3415f647637c434dae1ffba7d3eb5..852f152ab656b693bba4aa3e91769117086ef57e 100644 |
--- a/chrome/common/extensions/api/commands/commands_handler.cc |
+++ b/chrome/common/extensions/api/commands/commands_handler.cc |
@@ -140,7 +140,8 @@ void CommandsHandler::MaybeSetBrowserActionDefault(const Extension* extension, |
info->browser_action_command.reset( |
new Command(manifest_values::kBrowserActionCommandEvent, |
string16(), |
- std::string())); |
+ std::string(), |
+ false)); |
} |
} |