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

Unified Diff: chrome/app/generated_resources.grd

Side-by-side diff isn't available for this file because of its large size.
Issue 2323563002: Add a flag to require a user gesture to add an entry to the back/forward list. (Closed)
Patch Set: Rebase 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') | no next file with comments »
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 27d84fcc1c50c746bd0b844370f656f77729ca0a..5008654c9e1dfad9548bdf498249ba23ba67d8aa 100644
--- a/chrome/app/generated_resources.grd
+++ b/chrome/app/generated_resources.grd
@@ -5485,6 +5485,12 @@ Keep your key file in a safe place. You will need it to create new versions of y
<message name="IDS_FLAGS_USER_CONSENT_FOR_EXTENSION_SCRIPTS_DESCRIPTION" desc="Description of the 'User consent for extension scripts' lab">
Require user consent for an extension running a script on the page, if the extension requested permission to run on all urls.
</message>
+ <message name="IDS_FLAGS_HISTORY_REQUIRES_USER_GESTURE_NAME" desc="Name of the flag that requires a user gesture before script can add a histroy entry to the back/forward list.">
+ New history entries require a user gesture.
+ </message>
+ <message name="IDS_FLAGS_HISTORY_REQUIRES_USER_GESTURE_DESCRIPTION" desc="Description of the flag that requires that a page process a user action (e.g., a mouse click) before script can add an entry to the tab's back/forward list.">
+ Require a user gesture to add a history entry.
+ </message>
<message name="IDS_FLAGS_HYPERLINK_AUDITING_NAME" desc="Name of the 'Disable hyperlink auditing' lab.">
Hyperlink auditing
</message>
« no previous file with comments | « no previous file | chrome/browser/about_flags.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698