diff options
author | erikwright@chromium.org <erikwright@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-12-14 20:56:01 +0000 |
---|---|---|
committer | erikwright@chromium.org <erikwright@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-12-14 20:56:01 +0000 |
commit | 2bf5f415ac56938fa2b99417b21ce0c75476d3f4 (patch) | |
tree | 2f32792d3fe9ea6f4a5b003c073e68e8d8ab2c2a /tools | |
parent | 61e512816c5510a234f0e5dd21d7556f207cc4cd (diff) | |
download | chromium_src-2bf5f415ac56938fa2b99417b21ce0c75476d3f4.zip chromium_src-2bf5f415ac56938fa2b99417b21ce0c75476d3f4.tar.gz chromium_src-2bf5f415ac56938fa2b99417b21ce0c75476d3f4.tar.bz2 |
Implement a ReadyPromptContent that displays a prompt to accept, temporarily decline, or permanently decline ready mode. Implement a RegistryReadyModeState that manages the state (based on user's decision) in the registry. Interfaces to integrate those with the installer.
BUG=None
TEST=chrome_frame_unittests --gtest_filter='Ready*'
Review URL: http://codereview.chromium.org/5747002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@69175 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'tools')
-rw-r--r-- | tools/grit/resource_ids | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/grit/resource_ids b/tools/grit/resource_ids index f33298f..9b61a92 100644 --- a/tools/grit/resource_ids +++ b/tools/grit/resource_ids @@ -97,6 +97,7 @@ # strings. "chrome/app/generated_resources.grd": { "structures": [10500], + "includes": [10750], "messages": [11000], }, "webkit/glue/inspector_strings.grd": { |