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

Unified Diff: chrome/common/extensions/docs/examples/extensions/benchmark/util/sorttable.js

Issue 10981008: Update page benchmarking extension to manifest v2 and event page. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: license Created 8 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 | « chrome/common/extensions/docs/examples/extensions/benchmark/options.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/extensions/docs/examples/extensions/benchmark/util/sorttable.js
diff --git a/chrome/common/extensions/docs/examples/extensions/benchmark/util/sorttable.js b/chrome/common/extensions/docs/examples/extensions/benchmark/util/sorttable.js
index 5583053c8ba1238a453625a4285a74733a01980c..0a2ca4ffd2c5429fdbe4da1dab5a811e2de36772 100644
--- a/chrome/common/extensions/docs/examples/extensions/benchmark/util/sorttable.js
+++ b/chrome/common/extensions/docs/examples/extensions/benchmark/util/sorttable.js
@@ -32,8 +32,6 @@ sorttable = {
if (arguments.callee.done) return;
// flag this function so we don't do the same thing twice
arguments.callee.done = true;
- // kill the timer
- if (_timer) clearInterval(_timer);
if (!document.createElement || !document.getElementsByTagName) return;
« no previous file with comments | « chrome/common/extensions/docs/examples/extensions/benchmark/options.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698