Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1272)

Unified Diff: chrome/browser/extensions/extension_keybinding_apitest.cc

Issue 9463051: Enable the keybinding test for TOOLKIT_VIEWS. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698