diff options
author | altimofeev@chromium.org <altimofeev@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-10-20 12:01:11 +0000 |
---|---|---|
committer | altimofeev@chromium.org <altimofeev@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-10-20 12:01:11 +0000 |
commit | d55864e9e69f5fd4fd98b9482ed5fc461fbfb584 (patch) | |
tree | cdd280a627b08ebd5473168424730ca6acb6ad2e /chrome/app/resources | |
parent | 21766d7536424c43a8d677bedeb8c81e6cce41c7 (diff) | |
download | chromium_src-d55864e9e69f5fd4fd98b9482ed5fc461fbfb584.zip chromium_src-d55864e9e69f5fd4fd98b9482ed5fc461fbfb584.tar.gz chromium_src-d55864e9e69f5fd4fd98b9482ed5fc461fbfb584.tar.bz2 |
Adds spinner to the Tpm-password screen password.
Spinner is added to the Tpm-password screen. Also some stubs for working
with Cryptohome was implemented.
BUG=chromium-os:7134
TEST=On EULA screen click on "System security settings", notice spinner
is rotating until TPM password is ready.
Review URL: http://codereview.chromium.org/3832011
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@63203 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/app/resources')
-rw-r--r-- | chrome/app/resources/locale_settings.grd | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/app/resources/locale_settings.grd b/chrome/app/resources/locale_settings.grd index bbe300f..ed25b39 100644 --- a/chrome/app/resources/locale_settings.grd +++ b/chrome/app/resources/locale_settings.grd @@ -728,10 +728,10 @@ <!-- The width and height of the TPM setting dialog box in --> <!-- characters and lines (See above). --> <message name="IDS_TPM_INFO_DIALOG_WIDTH_CHARS" use_name_for_id="true"> - 60 + 80 </message> <message name="IDS_TPM_INFO_DIALOG_HEIGHT_LINES" use_name_for_id="true"> - 12 + 10 </message> <!-- The width and height of the password changed dialog box in --> |