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

Unified Diff: chrome/app/generated_resources.grd

Issue 16114003: Don't send touch move to renderer while scrolling (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Created 7 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:
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 c154a14804569a22262c4a3d4d24703d542b7984..411a023d2f3fccbed29cacd1bb818f6f30cc5189 100644
--- a/chrome/app/generated_resources.grd
+++ b/chrome/app/generated_resources.grd
@@ -6546,6 +6546,12 @@ Keep your key file in a safe place. You will need it to create new versions of y
<message name="IDS_FLAGS_ENABLE_TCP_FAST_OPEN_DESCRIPTION" desc="Description of the flag that enables TCP Fast Open.">
Enable the option to send extra authentication information in the initial SYN packet for a previously connected client, allowing faster data send start.
</message>
+ <message name="IDS_FLAGS_ENABLE_TOUCH_CANCEL_AFTER_SCROLL_NAME" desc="Name of the flag that enables sending touch cancel after scroll.">
Rick Byers 2013/05/30 01:53:29 Nit: "on scroll" would make more sense for the nam
Yufeng Shen (Slow to review) 2013/05/30 22:34:38 Done.
+ Enable sending touch cancel after scroll
+ </message>
+ <message name="IDS_FLAGS_ENABLE_TOUCH_CANCEL_AFTER_SCROLL_DESCRIPTION" desc="Description of the flag to enable sending touch cancel after scroll.">
+ Enable sending touch cancel to renderer after scroll starts.
+ </message>
<message name="IDS_FLAGS_ENABLE_TOUCH_DRAG_DROP_NAME" desc="Name of the flag that enables touch initiated drag drop.">
Enable touch initiated drag and drop
</message>
« 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