| Index: chrome/test/data/extensions/samples/test_browser_action/background.html
|
| ===================================================================
|
| --- chrome/test/data/extensions/samples/test_browser_action/background.html (revision 29508)
|
| +++ chrome/test/data/extensions/samples/test_browser_action/background.html (working copy)
|
| @@ -5,7 +5,6 @@
|
| var clicks = 0;
|
| chrome.browserAction.onClicked.addListener(function() {
|
| chrome.browserAction.setIcon({iconIndex:clicks});
|
| - chrome.browserAction.setBadgeText({text:""+i});
|
| clicks++;
|
| // We only have 1 icon, but cycle through 3 icons to test the
|
| // out-of-bounds index bug.
|
|
|