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

Unified Diff: chrome/browser/renderer_host/render_process_host_chrome_browsertest.cc

Issue 10399046: Remove virtual keyboard support. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: final rebase Created 8 years, 7 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
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)
« no previous file with comments | « chrome/browser/metrics/metrics_service_browsertest.cc ('k') | chrome/browser/resources/component_extension_resources.grd » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698