OLD | NEW |
(Empty) | |
| 1 // Copyright (c) 2011 The Chromium Authors. All rights reserved. |
| 2 // Use of this source code is governed by a BSD-style license that can be |
| 3 // found in the LICENSE file. |
| 4 |
| 5 var test_steps = [ |
| 6 ["install", "iamefpfkojoapidjnbafmgkgncegbkad"], |
| 7 ["enable", "iamefpfkojoapidjnbafmgkgncegbkad"], |
| 8 send("step1"), |
| 9 ["install", "pjpgmfcmabopnnfonnhmdjglfpjjfkbf"], |
| 10 ["disable", "iamefpfkojoapidjnbafmgkgncegbkad"], |
| 11 ["enable", "pjpgmfcmabopnnfonnhmdjglfpjjfkbf"], |
| 12 send("step2"), |
| 13 sendAndWait("step3"), |
| 14 disableTheme2, |
| 15 ["disable", "pjpgmfcmabopnnfonnhmdjglfpjjfkbf"], |
| 16 send("step4") |
| 17 ]; |
| 18 |
| 19 chrome.test.sendMessage("ready"); |
| 20 |
| 21 |
OLD | NEW |