Index: base/win/win_util.h |
diff --git a/base/win/win_util.h b/base/win/win_util.h |
index 1c3f0f36c75756216dbafe768d682f35a6922c91..573c4c72506cce4119801783121085e280b758a9 100644 |
--- a/base/win/win_util.h |
+++ b/base/win/win_util.h |
@@ -107,10 +107,6 @@ BASE_EXPORT bool ShouldCrashOnProcessDetach(); |
// process is aborted. |
BASE_EXPORT void SetAbortBehaviorForCrashReporting(); |
-// A touch enabled device by this definition is something that has |
-// integrated multi-touch ready to use and has Windows version > Windows7. |
-BASE_EXPORT bool IsTouchEnabledDevice(); |
- |
// A tablet is a device that is touch enabled and also is being used |
// "like a tablet". This is used primarily for metrics in order to gain some |
// insight into how users use Chrome. |