Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1054)

Unified Diff: background.html

Issue 4123001: Modified chrome pageload extension (Closed) Base URL: http://src.chromium.org/svn/trunk/src/chrome/common/extensions/docs/examples/extensions/benchmark/
Patch Set: '' Created 10 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « README.txt ('k') | jquery/jquery-ui-1.8.4.custom.min.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: background.html
===================================================================
--- background.html (revision 63762)
+++ background.html (working copy)
@@ -240,7 +240,7 @@
this.openNextPage = function() {
var benchmark = nextBenchmark();
benchmark.pageStart();
- chrome.tabs.create({"url": benchmark.url(),"selected": false},
+ chrome.tabs.create({"url": benchmark.url(),"selected": true},
function(tab) {
benchmarkWindow = tab;
// script.js only executes on tested pages
« no previous file with comments | « README.txt ('k') | jquery/jquery-ui-1.8.4.custom.min.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698