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

Unified Diff: chrome/app/generated_resources.grd

Side-by-side diff isn't available for this file because of its large size.
Issue 2283013002: Adding chrome flag to disable implicit capture (Closed)
Patch Set: Created 4 years, 3 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') | content/public/common/content_features.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 e05058e2a1321c6e9a7d34f70d573b2af170d6bd..0406ce38e8c96497e4eee21c72a60c5f61f10b14 100644
--- a/chrome/app/generated_resources.grd
+++ b/chrome/app/generated_resources.grd
@@ -5935,6 +5935,12 @@ Keep your key file in a safe place. You will need it to create new versions of y
<message name="IDS_FLAGS_EXPERIMENTAL_WEB_PLATFORM_FEATURES_DESCRIPTION" desc="Description for the flag to enable experimental Web Platform features.">
Enables experimental Web Platform features that are in development.
</message>
+ <message name="IDS_FLAGS_EXPERIMENTAL_POINTER_EVENT_NO_IMPLICIT_CAPTURE_NAME" desc="Name for the flag to enable no implicit capture for the touch pointer events.">
dtapuska 2016/08/29 14:50:48 I don't think we need to add it to about:flags. Ca
+ No touch pointer event implicit capture
+ </message>
+ <message name="IDS_FLAGS_EXPERIMENTAL_POINTER_EVENT_NO_IMPLICIT_CAPTURE_DESCRIPTION" desc="Description for the flag to enable no implicit capture for the touch pointer events.">
+ If enabled touch pointer events will not be captured implicitly.
+ </message>
<message name="IDS_FLAGS_EXPERIMENTAL_POINTER_EVENT_NAME" desc="Name for the flag to enable the experimental pointer events.">
Pointer Events
</message>
« no previous file with comments | « no previous file | chrome/browser/about_flags.cc » ('j') | content/public/common/content_features.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698