Index: chrome/browser/renderer_host/render_process_host_chrome_browsertest.cc |
diff --git a/chrome/browser/renderer_host/render_process_host_chrome_browsertest.cc b/chrome/browser/renderer_host/render_process_host_chrome_browsertest.cc |
index 633119038913d0b032568f39e18790466f7b8309..3512cabe4d0cec3163bce8838a5d76dc0e427c47 100644 |
--- a/chrome/browser/renderer_host/render_process_host_chrome_browsertest.cc |
+++ b/chrome/browser/renderer_host/render_process_host_chrome_browsertest.cc |
@@ -71,10 +71,6 @@ IN_PROC_BROWSER_TEST_F(ChromeRenderProcessHostTest, |
int tab_count = 1; |
int host_count = 1; |
-#if defined(USE_VIRTUAL_KEYBOARD) |
- ++host_count; // For the virtual keyboard. |
-#endif |
- |
GURL page1("data:text/html,hello world1"); |
browser()->ShowSingletonTab(page1); |
if (browser()->tab_count() == tab_count) |
@@ -108,10 +104,6 @@ IN_PROC_BROWSER_TEST_F(ChromeRenderProcessHostTest, |
int tab_count = 1; |
int host_count = 1; |
-#if defined(USE_VIRTUAL_KEYBOARD) |
- ++host_count; // For the virtual keyboard. |
-#endif |
- |
GURL page1("data:text/html,hello world1"); |
browser()->ShowSingletonTab(page1); |
if (browser()->tab_count() == tab_count) |