| Index: chrome/browser/extensions/extension_keybinding_apitest.cc
|
| ===================================================================
|
| --- chrome/browser/extensions/extension_keybinding_apitest.cc (revision 151684)
|
| +++ chrome/browser/extensions/extension_keybinding_apitest.cc (working copy)
|
| @@ -45,7 +45,6 @@
|
| virtual ~ScriptBadgesCommandsApiTest() {}
|
| };
|
|
|
| -#if !defined(OS_MACOSX)
|
| // Test the basic functionality of the Keybinding API:
|
| // - That pressing the shortcut keys should perform actions (activate the
|
| // browser action or send an event).
|
| @@ -168,4 +167,3 @@
|
| }
|
| }
|
|
|
| -#endif // !OS_MACOSX
|
|
|