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

Unified Diff: chrome/browser/extensions/extension_input_api.h

Issue 9078005: Remove almost all remaining TOUCH_UIs. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: another clean rebase Created 8 years, 11 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/extensions/extension_input_api.h
diff --git a/chrome/browser/extensions/extension_input_api.h b/chrome/browser/extensions/extension_input_api.h
index 1ea4796019795d0bfaa44c2b87da950ab4c3019e..8ee3fda28beefb02544992985ab862c4f9cf64a2 100644
--- a/chrome/browser/extensions/extension_input_api.h
+++ b/chrome/browser/extensions/extension_input_api.h
@@ -42,8 +42,8 @@ class SetKeyboardHeightFunction : public AsyncExtensionFunction {
// versions of Chrome OS built with USE_VIRTUAL_KEYBOARD. Please also note that
// the version of Chrome OS is always built with TOOLKIT_VIEWS.
//
-// We may eventually support other platforms, especially non TOUCH_UI version
-// of Chrome OS.
+// We may eventually support other platforms, especially versions of ChromeOS
+// without USE_VIRTUAL_KEYBOARD.
class SendHandwritingStrokeFunction : public SyncExtensionFunction {
public:
virtual bool RunImpl() OVERRIDE;
« no previous file with comments | « chrome/browser/chromeos/login/login_utils.cc ('k') | chrome/browser/extensions/extension_input_ui_apitest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698