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

Unified Diff: chrome/app/generated_resources.grd

Side-by-side diff isn't available for this file because of its large size.
Issue 1692693003: add a flag to enable/disable download interception on android (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: allow finch trial to turn on off the flag Created 4 years, 10 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
Index: chrome/app/generated_resources.grd
diff --git a/chrome/app/generated_resources.grd b/chrome/app/generated_resources.grd
index a9f341a047008e78ada979ac95134f00b11807d2..0df170588950e3155c8b82aab0ef29090ba39dca 100644
--- a/chrome/app/generated_resources.grd
+++ b/chrome/app/generated_resources.grd
@@ -5691,6 +5691,12 @@ Keep your key file in a safe place. You will need it to create new versions of y
<message name="IDS_FLAGS_JAVASCRIPT_HARMONY_DESCRIPTION" desc="Description for the flag to enable JavaScript Harmony features.">
Enable web pages to use experimental JavaScript features.
</message>
+ <message name="IDS_FLAGS_DOWNLOAD_INTERCEPTION_NAME" desc="Title for the flag to enable the download interception feature.">
asanka 2016/02/11 22:49:20 Conditionalize so that this is only defined for An
qinmin 2016/02/12 00:31:56 Done.
+ Download Interception
+ </message>
+ <message name="IDS_FLAGS_DOWNLOAD_INTERCEPTION_DESCRIPTION" desc="Description for the flag to enable the download interception feature.">
+ Allow downloads to be intercepted by the system download manager.
+ </message>
<message name="IDS_FLAGS_DOWNLOAD_RESUMPTION_NAME" desc="Title for the flag to enable the download resume feature.">
Download Resumption
</message>
« no previous file with comments | « no previous file | chrome/browser/about_flags.cc » ('j') | chrome/browser/renderer_host/chrome_resource_dispatcher_host_delegate.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698