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

Unified Diff: chrome/browser/resources/options2/options.html

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
« no previous file with comments | « chrome/browser/resources/options2/language_options.js ('k') | chrome/browser/resources/options2/options.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/options2/options.html
diff --git a/chrome/browser/resources/options2/options.html b/chrome/browser/resources/options2/options.html
index 1e310d2a682b6d3e0c3e08849e31bf5e1ef3fdb8..143f56859be97e7c201714a2632550ab2f2d191e 100644
--- a/chrome/browser/resources/options2/options.html
+++ b/chrome/browser/resources/options2/options.html
@@ -44,9 +44,6 @@
<if expr="pp_ifdef('chromeos') and pp_ifdef('use_ash')">
<link rel="stylesheet" href="chromeos/set_wallpaper_options.css">
</if>
-<if expr="pp_ifdef('chromeos') and pp_ifdef('use_virtual_keyboard')">
- <link rel="stylesheet" href="chromeos/virtual_keyboard.css">
-</if>
<if expr="not is_win and not is_macosx">
<link rel="stylesheet" href="certificate_manager.css">
<link rel="stylesheet" href="certificate_tree.css">
@@ -125,9 +122,6 @@
<include src="chromeos/language_mozc_options.html">
<include src="chromeos/language_pinyin_options.html">
</if>
- <if expr="pp_ifdef('chromeos') and pp_ifdef('use_virtual_keyboard')">
- <include src="chromeos/virtual_keyboard.html">
- </if>
<if expr="not is_win and not is_macosx">
<include src="certificate_restore_overlay.html">
<include src="certificate_backup_overlay.html">
« no previous file with comments | « chrome/browser/resources/options2/language_options.js ('k') | chrome/browser/resources/options2/options.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698