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

Unified Diff: chrome/test/data/extensions/api_test/tabs/basics/relative.html

Issue 6296008: Update V8 to version 3.0.8.1 (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 9 years, 11 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 | « DEPS ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/data/extensions/api_test/tabs/basics/relative.html
===================================================================
--- chrome/test/data/extensions/api_test/tabs/basics/relative.html (revision 71631)
+++ chrome/test/data/extensions/api_test/tabs/basics/relative.html (working copy)
@@ -5,7 +5,6 @@
chrome.extension.getViews({type:"tab"}).forEach(function(view) {
if (view.relativePageLoaded) {
view.relativePageLoaded();
- break;
}
});
}
« no previous file with comments | « DEPS ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698