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

Unified Diff: chrome/renderer/render_view_browsertest.cc

Issue 3110036: Band-aid a build failure, will land a proper fix soon. (Closed)
Patch Set: Created 10 years, 4 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/renderer/render_view_browsertest.cc
diff --git a/chrome/renderer/render_view_browsertest.cc b/chrome/renderer/render_view_browsertest.cc
index f2d507a98793076b7f57f58f8af8029bf51eedcd..fd2467fa47fcc42fab7b093b0bfa2ec24c5c4b21 100644
--- a/chrome/renderer/render_view_browsertest.cc
+++ b/chrome/renderer/render_view_browsertest.cc
@@ -496,7 +496,8 @@ TEST_F(RenderViewTest, OnPrintPageAsBitmap) {
// through the RenderWidget::OnHandleInputEvent() function.
// Crashy, http://crbug.com/52643.
TEST_F(RenderViewTest, DISABLED_OnHandleKeyboardEvent) {
-#if defined(OS_WIN) || defined(OS_LINUX)
+ // TODO(phajdan.jr): enable on Window when sprintf is removed.
+#if defined(OS_LINUX)
// Load an HTML page consisting of one <input> element and three
// contentediable <div> elements.
// The <input> element is used for sending keyboard events, and the <div>
« 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