diff options
author | rogerta@chromium.org <rogerta@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-03-19 14:26:20 +0000 |
---|---|---|
committer | rogerta@chromium.org <rogerta@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-03-19 14:26:20 +0000 |
commit | 1f4a69f9ce242beabfa36223099a12162562f701 (patch) | |
tree | 70327c838fe7844846bb03fcf8e8675c51cc7d0c /chrome/app | |
parent | 2a589a67a6c00812ad6044e547383a59fb199d3f (diff) | |
download | chromium_src-1f4a69f9ce242beabfa36223099a12162562f701.zip chromium_src-1f4a69f9ce242beabfa36223099a12162562f701.tar.gz chromium_src-1f4a69f9ce242beabfa36223099a12162562f701.tar.bz2 |
Inform user to reload page after chagning cookie settings from in-page dialog.
NOTE: the png file is not final yet, waiting for chrome ui folks to provide
final vesion. However, this does not change the code, so please review.
Thanks.
BUG=63645
TEST=Block all cookies and load a page that uses cookies. Click on the broken
cookie icon in the omnibox and open the in-page cookie dialog. Change a
blocked to allow, or block an allowed cookie. After clicking the Close button
an infobar appears with a warning. Make sure the reload button works.
Review URL: http://codereview.chromium.org/6676041
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@78829 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/app')
-rw-r--r-- | chrome/app/generated_resources.grd | 6 | ||||
-rw-r--r-- | chrome/app/theme/theme_resources.grd | 1 |
2 files changed, 7 insertions, 0 deletions
diff --git a/chrome/app/generated_resources.grd b/chrome/app/generated_resources.grd index 3430c44..e9d84ad 100644 --- a/chrome/app/generated_resources.grd +++ b/chrome/app/generated_resources.grd @@ -7326,6 +7326,12 @@ Keep your key file in a safe place. You will need it to create new versions of y <message name="IDS_COLLECTED_COOKIES_BLOCKED_COOKIES_TAB_LABEL" desc="The label in a tabbed pane that holds the UI controls for the cookies blocked while loading the page."> Blocked </message> + <message name="IDS_COLLECTED_COOKIES_INFOBAR_MESSAGE" desc="The string shown in the infobar after the user has changed the allowed/blocked state of a cookie, reminding them to reload the page in order for the new cookies to take effect."> + New cookie settings will take effect after reloading the page. + </message> + <message name="IDS_COLLECTED_COOKIES_INFOBAR_BUTTON" desc="The string used in the infobar button allowing the user to reload the page directly from the infobar."> + Reload + </message> <!-- Cookies Window --> <message name="IDS_COOKIES_WEBSITE_PERMISSIONS_WINDOW_TITLE" desc="The title of the redesigned Cookies Window that lets you manage cookies, storage quota for websites and other permissions per-website"> diff --git a/chrome/app/theme/theme_resources.grd b/chrome/app/theme/theme_resources.grd index 69361d7..050edee 100644 --- a/chrome/app/theme/theme_resources.grd +++ b/chrome/app/theme/theme_resources.grd @@ -202,6 +202,7 @@ <include name="IDR_INFOBAR_SAVE_PASSWORD" file="infobar_savepassword.png" type="BINDATA" /> <include name="IDR_INFOBAR_SSL_WARNING" file="infobar_insecure.png" type="BINDATA" /> <include name="IDR_INFOBAR_THEME" file="infobar_theme.png" type="BINDATA" /> + <include name="IDR_INFOBAR_COOKIE" file="infobar_cookie.png" type="BINDATA" /> <if expr="pp_ifdef('_google_chrome')"> <include name="IDR_INFOBAR_TRANSLATE" file="google_chrome/infobar_translate.png" type="BINDATA" /> </if> |