diff options
author | jcivelli@chromium.org <jcivelli@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-11-28 07:43:29 +0000 |
---|---|---|
committer | jcivelli@chromium.org <jcivelli@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-11-28 07:43:29 +0000 |
commit | 9e4430f5c226fb92eabe45e37834a89473707e1b (patch) | |
tree | 365819c72d68e4a86a89b812d340497922b25b1f /chrome/app | |
parent | 11086c713c607949e147f4005541ade5282cc7bb (diff) | |
download | chromium_src-9e4430f5c226fb92eabe45e37834a89473707e1b.zip chromium_src-9e4430f5c226fb92eabe45e37834a89473707e1b.tar.gz chromium_src-9e4430f5c226fb92eabe45e37834a89473707e1b.tar.bz2 |
Moving the MHTML API out of experimental and renaming it.
Moving the savePageAsMTML API out of experimental and renaming it per Kathy
suggestion to pageCapture.saveAsMhtml.
BUG=None
TEST=The API should still work.
Review URL: http://codereview.chromium.org/8682013
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@111678 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/app')
-rw-r--r-- | chrome/app/generated_resources.grd | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/chrome/app/generated_resources.grd b/chrome/app/generated_resources.grd index 443f299..1e1fd1c 100644 --- a/chrome/app/generated_resources.grd +++ b/chrome/app/generated_resources.grd @@ -3899,6 +3899,9 @@ are declared in build/common.gypi. <message name="IDS_EXTENSION_PROMPT_WARNING_MANAGEMENT" desc="Permisson string for access to extension management."> Your list of installed apps, extensions, and themes </message> + <message name="IDS_EXTENSION_PROMPT_WARNING_ALL_PAGES_CONTENT" desc="Permisson string for access to page capture."> + The content of pages you visit + </message> <message name="IDS_EXTENSION_PROMPT_WARNING_TABS" desc="Permission string for access to tabs."> Your tabs and browsing activity </message> |