| Index: chrome/browser/sync/resources/passphrase.html
|
| ===================================================================
|
| --- chrome/browser/sync/resources/passphrase.html (revision 62569)
|
| +++ chrome/browser/sync/resources/passphrase.html (working copy)
|
| @@ -79,7 +79,11 @@
|
| document.getElementById("enter-passphrase").style.display = "block";
|
| document.getElementById("gaia-passphrase").style.display = "none";
|
| document.getElementById("new-passphrase").style.display = "none";
|
| - }
|
| + } else if (mode == "gaia") {
|
| + document.getElementById("enter-passphrase").style.display = "none";
|
| + document.getElementById("gaia-passphrase").style.display = "block";
|
| + document.getElementById("new-passphrase").style.display = "none";
|
| + }
|
| }
|
|
|
| function sendPassphraseAndClose() {
|
|
|