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

Unified Diff: chrome/app/generated_resources.grd

Side-by-side diff isn't available for this file because of its large size.
Issue 2467913002: Touch event flag should control only DOM event firing. (Closed)
Patch Set: Merge branch 'master' of https://chromium.googlesource.com/chromium/src into patchtoflags Created 4 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:
Download patch
« no previous file with comments | « no previous file | chrome/browser/about_flags.cc » ('j') | chrome/browser/about_flags.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/app/generated_resources.grd
diff --git a/chrome/app/generated_resources.grd b/chrome/app/generated_resources.grd
index 06b87dee74126c7fda96f44a6a9c56acb4be6d70..6c17dfb9e89f4bdd9b41fd96b29dcb1808085031 100644
--- a/chrome/app/generated_resources.grd
+++ b/chrome/app/generated_resources.grd
@@ -5477,11 +5477,11 @@ Keep your key file in a safe place. You will need it to create new versions of y
Enable scanning for URLs from Physical Web objects.
</message>
</if>
- <message name="IDS_FLAGS_TOUCH_EVENTS_NAME" desc="Title of the touch-events flag." >
- Enable touch events
+ <message name="IDS_FLAGS_TOUCH_EVENTS_NAME" desc="Title of the touch-event-api flag." >
+ Support for the Touch Events API.
mustaq 2016/11/15 20:33:58 The names & descriptions appear in about://flags.
sunyunjia 2016/11/16 16:39:57 Done.
</message>
- <message name="IDS_FLAGS_TOUCH_EVENTS_DESCRIPTION" desc="Description of the touch-events flag.">
- Force touchscreen support to always be enabled or disabled, or to be enabled when a touchscreen is detected on startup (Automatic, the default).
+ <message name="IDS_FLAGS_TOUCH_EVENTS_DESCRIPTION" desc="Description of the touch-event-api flag.">
+ Support for the Touch Events API.
mustaq 2016/11/15 20:33:58 "Enables support for Touch Events API."
sunyunjia 2016/11/16 16:39:57 Done.
</message>
<message name="IDS_FLAGS_TOUCH_ADJUSTMENT_NAME" desc="Title of the disable touch adjustment flag.">
Touch adjustment
« no previous file with comments | « no previous file | chrome/browser/about_flags.cc » ('j') | chrome/browser/about_flags.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698