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

Side by Side Diff: chrome/test/data/extensions/api_test/downloads/test.js

Issue 10700024: Revert 144807 - Rewrite DownloadsApiTest in C++. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 years, 5 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 unified diff | Download patch | Annotate | Revision Log
Property Changes:
Added: svn:mergeinfo
OLDNEW
1 // Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 // downloads api test 5 // downloads api test
6 // browser_tests.exe --gtest_filter=DownloadsApiTest.Downloads 6 // browser_tests.exe --gtest_filter=DownloadsApiTest.Downloads
7 7
8 // Comment this out to enable debugging. 8 // Comment this out to enable debugging.
9 console.debug = function() {}; 9 console.debug = function() {};
10 10
(...skipping 1080 matching lines...) Expand 10 before | Expand all | Expand 10 after
1091 }, 1091 },
1092 1092
1093 function callNotifyPass() { 1093 function callNotifyPass() {
1094 chrome.test.notifyPass(); 1094 chrome.test.notifyPass();
1095 setTimeout(chrome.test.callback(function() { 1095 setTimeout(chrome.test.callback(function() {
1096 console.debug(''); 1096 console.debug('');
1097 }), 0); 1097 }), 0);
1098 } 1098 }
1099 ]); 1099 ]);
1100 }); 1100 });
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698