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

Side by Side Diff: chrome/app/generated_resources.grd

Issue 6260003: Clear plugin data together with cookies on shutdown. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: sync Created 9 years, 11 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:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 <?xml version="1.0" encoding="UTF-8"?> 1 <?xml version="1.0" encoding="UTF-8"?>
2 2
3 <!-- This file contains definitions of resources that will be translated for 3 <!-- This file contains definitions of resources that will be translated for
4 each locale. --> 4 each locale. -->
5 5
6 <grit base_dir="." latest_public_release="0" current_release="1" 6 <grit base_dir="." latest_public_release="0" current_release="1"
7 source_lang_id="en" enc_check="möl"> 7 source_lang_id="en" enc_check="möl">
8 <outputs> 8 <outputs>
9 <output filename="grit/generated_resources.h" type="rc_header"> 9 <output filename="grit/generated_resources.h" type="rc_header">
10 <emit emit_type='prepend'></emit> 10 <emit emit_type='prepend'></emit>
(...skipping 5197 matching lines...) Expand 10 before | Expand all | Expand 10 after
5208 </message> 5208 </message>
5209 <message name="IDS_COOKIES_BLOCK_3RDPARTY_CHKBOX" desc="A checkbox in the Content Settings dialog for blocking all 3rd party cookies."> 5209 <message name="IDS_COOKIES_BLOCK_3RDPARTY_CHKBOX" desc="A checkbox in the Content Settings dialog for blocking all 3rd party cookies.">
5210 Ignore exceptions and block third-party cookies from being set 5210 Ignore exceptions and block third-party cookies from being set
5211 </message> 5211 </message>
5212 5212
5213 <!-- Mac users do not close their browser; they quit it. --> 5213 <!-- Mac users do not close their browser; they quit it. -->
5214 <if expr="os != 'darwin'"> 5214 <if expr="os != 'darwin'">
5215 <message name="IDS_COOKIES_CLEAR_WHEN_CLOSE_CHKBOX" desc="A checkbox in the Content Settings dialog for removing all cookies on when browser is closed." > 5215 <message name="IDS_COOKIES_CLEAR_WHEN_CLOSE_CHKBOX" desc="A checkbox in the Content Settings dialog for removing all cookies on when browser is closed." >
5216 Clear cookies and other site data when I close my browser 5216 Clear cookies and other site data when I close my browser
5217 </message> 5217 </message>
5218 <message name="IDS_COOKIES_LSO_CLEAR_WHEN_CLOSE_CHKBOX" desc="A checkbox in the Content Settings dialog for removing all cookies on when browser is clos ed.">
5219 Clear cookies and other site and plug-in data when I close my browser
5220 </message>
5218 </if> 5221 </if>
5219 <if expr="os == 'darwin'"> 5222 <if expr="os == 'darwin'">
5220 <message name="IDS_COOKIES_CLEAR_WHEN_CLOSE_CHKBOX" desc="A checkbox in the Content Settings dialog for removing all cookies on when browser is quit (Ma c)."> 5223 <message name="IDS_COOKIES_CLEAR_WHEN_CLOSE_CHKBOX" desc="A checkbox in the Content Settings dialog for removing all cookies on when browser is quit (Ma c).">
5221 Clear cookies and other site data when I quit my browser 5224 Clear cookies and other site data when I quit my browser
5222 </message> 5225 </message>
5226 <message name="IDS_COOKIES_LSO_CLEAR_WHEN_CLOSE_CHKBOX" desc="A checkbox in the Content Settings dialog for removing all cookies on when browser is quit (Mac).">
5227 Clear cookies and other site and plug-in data when I quit my browser
5228 </message>
5223 </if> 5229 </if>
5224 5230
5225 <message name="IDS_IMAGES_TAB_LABEL" desc="Label for Images tab on Content Settings dialog"> 5231 <message name="IDS_IMAGES_TAB_LABEL" desc="Label for Images tab on Content Settings dialog">
5226 Images 5232 Images
5227 </message> 5233 </message>
5228 <message name="IDS_IMAGES_HEADER" desc="Header for image exception managem ent page on Content Settings dialog"> 5234 <message name="IDS_IMAGES_HEADER" desc="Header for image exception managem ent page on Content Settings dialog">
5229 Image Exceptions 5235 Image Exceptions
5230 </message> 5236 </message>
5231 <message name="IDS_IMAGES_SETTING_LABEL" desc="A label on top of images ta b on Content Settings dialog"> 5237 <message name="IDS_IMAGES_SETTING_LABEL" desc="A label on top of images ta b on Content Settings dialog">
5232 Image Settings: 5238 Image Settings:
(...skipping 6467 matching lines...) Expand 10 before | Expand all | Expand 10 after
11700 </includes> 11706 </includes>
11701 <structures fallback_to_english="true"> 11707 <structures fallback_to_english="true">
11702 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" > 11708 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" >
11703 </structure> 11709 </structure>
11704 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" > 11710 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" >
11705 </structure> 11711 </structure>
11706 </structures> 11712 </structures>
11707 11713
11708 </release> 11714 </release>
11709 </grit> 11715 </grit>
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/browser_process_impl.cc » ('j') | chrome/browser/dom_ui/options/content_settings_handler.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698