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

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

Issue 8651001: Move functions out of TOUCH_UI defines. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 1 month 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 6fac2ce95a92d0aede7a7d406364c3b208fa9c6a..93e6223363ca55e8f13e261356226de9bff6e36a 100644
--- a/chrome/browser/extensions/extension_input_api.h
+++ b/chrome/browser/extensions/extension_input_api.h
@@ -37,13 +37,8 @@ class SetKeyboardHeightFunction : public AsyncExtensionFunction {
};
#endif
-#if defined(OS_CHROMEOS) && defined(TOUCH_UI)
-// Note that this experimental APIs are currently only available for
-// TOUCH_UI version of Chrome OS. 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.
+#if defined(OS_CHROMEOS)
+// Please note that the version of Chrome OS is always built with TOOLKIT_VIEWS.
class SendHandwritingStrokeFunction : public SyncExtensionFunction {
public:
virtual bool RunImpl() OVERRIDE;

Powered by Google App Engine
This is Rietveld 408576698