| Index: chrome/browser/extensions/extension_keybinding_apitest.cc
|
| ===================================================================
|
| --- chrome/browser/extensions/extension_keybinding_apitest.cc (revision 123480)
|
| +++ chrome/browser/extensions/extension_keybinding_apitest.cc (working copy)
|
| @@ -37,7 +37,7 @@
|
| }
|
| };
|
|
|
| -#if defined(OS_WIN) // Not implemented on other platforms yet.
|
| +#if defined(TOOLKIT_VIEWS)
|
| IN_PROC_BROWSER_TEST_F(KeybindingApiTest, Basic) {
|
| ASSERT_TRUE(test_server()->Start());
|
| ASSERT_TRUE(RunExtensionTest("keybinding/basics")) << message_;
|
| @@ -78,4 +78,4 @@
|
| &result));
|
| ASSERT_TRUE(result);
|
| }
|
| -#endif // OS_WIN
|
| +#endif // TOOLKIT_VIEWS
|
|
|