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

Unified Diff: chrome/app/generated_resources.grd

Issue 2013633003: Adding a command-line flag to set MHTML generation options. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: feedback + fixed test Created 4 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') | 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 5df0d15047a18e831fca9ca887966c536485238c..a0f9785c766daaed65270627bfc1286ebd3b194c 100644
--- a/chrome/app/generated_resources.grd
+++ b/chrome/app/generated_resources.grd
@@ -5227,6 +5227,21 @@ Keep your key file in a safe place. You will need it to create new versions of y
<message name="IDS_FLAGS_SAVE_PAGE_AS_MHTML_DESCRIPTION" desc="Description of the 'Save Page as MHTML' lab.">
Enables saving pages as MHTML: a single text file containing HTML and all sub-resources.
</message>
+
+ <!-- Flag and values for MHTML Geenrator options lab. -->
+ <message name="IDS_FLAGS_MHTML_GENERATOR_OPTION_NAME" desc="Name of the 'MHTML Generator Options' lab.">
+ MHTML Generation Option
+ </message>
+ <message name="IDS_FLAGS_MHTML_GENERATOR_OPTION_DESCRIPTION" desc="Description of the 'MHTML Generator Options' lab.">
+ Provides experimental options for MHTML file generator.
+ </message>
+ <message name="IDS_FLAGS_MHTML_SKIP_NOSTORE_MAIN">
+ Skips no-store main frame.
+ </message>
+ <message name="IDS_FLAGS_MHTML_SKIP_NOSTORE_ALL">
+ Skips all no-store resources.
+ </message>
+
<message name="IDS_FLAGS_DEVICE_DISCOVERY_NOTIFICATIONS_NAME" desc="Title of the 'device discovery notificatios' flag.">
Device Discovery Notifications
</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