Chrome Frame turndown prompt.
commitf384a72559724b6d75ad443734a7bbf797be1828
authorgrt@chromium.org <grt@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>
Sat, 22 Jun 2013 22:16:33 +0000 (22 22:16 +0000)
committergrt@chromium.org <grt@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>
Sat, 22 Jun 2013 22:16:33 +0000 (22 22:16 +0000)
tree6c177117b9ad33b784c25be520137f0754fbf7ab
parent1682b2541cd7e25776c707a7950fb2d988fcbba1
Chrome Frame turndown prompt.

Display a prompt to users informing them that Chrome Frame is going away.

TBR=cpu@chromium.org
BUG=
TEST=visit a site rendered in GCF. notice the bar. interact with it. once it goes away, it stays away for a week.

Review URL: https://chromiumcodereview.appspot.com/17153006

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@208093 0039d316-1c4b-4281-b951-d872f2087c98
22 files changed:
chrome/app/cf_resources.rc
chrome/app/chromium_strings.grd
chrome/app/generated_resources.grd
chrome/app/google_chrome_strings.grd
chrome/app/policy/policy_templates.json
chrome/test/data/policy/policy_test_cases.json
chrome_frame/bho.cc
chrome_frame/chrome_frame.gyp
chrome_frame/policy_settings.cc
chrome_frame/policy_settings.h
chrome_frame/resources/chrome_frame_dialogs.grd
chrome_frame/test/policy_settings_unittest.cc
chrome_frame/turndown_prompt/reshow_state.cc [new file with mode: 0644]
chrome_frame/turndown_prompt/reshow_state.h [new file with mode: 0644]
chrome_frame/turndown_prompt/turndown_prompt.cc [new file with mode: 0644]
chrome_frame/turndown_prompt/turndown_prompt.h [new file with mode: 0644]
chrome_frame/turndown_prompt/turndown_prompt_content.cc [new file with mode: 0644]
chrome_frame/turndown_prompt/turndown_prompt_content.h [new file with mode: 0644]
chrome_frame/turndown_prompt/turndown_prompt_window.cc [new file with mode: 0644]
chrome_frame/turndown_prompt/turndown_prompt_window.h [new file with mode: 0644]
chrome_frame/utils.cc
chrome_frame/utils.h