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

Unified Diff: chrome/test/data/extensions/api_test/webnavigation/history/c.js

Issue 24197002: Don't send the oncompleted signal twice in the webnavigation API (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 3 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
Index: chrome/test/data/extensions/api_test/webnavigation/history/c.js
diff --git a/chrome/test/data/extensions/api_test/shared_module/shared/fail.js b/chrome/test/data/extensions/api_test/webnavigation/history/c.js
similarity index 80%
copy from chrome/test/data/extensions/api_test/shared_module/shared/fail.js
copy to chrome/test/data/extensions/api_test/webnavigation/history/c.js
index dbe933d98d0d247276d74c11c879077c13f2bde0..e0542b8c37126bd4e5ca49d9eb260a32b0716840 100644
--- a/chrome/test/data/extensions/api_test/shared_module/shared/fail.js
+++ b/chrome/test/data/extensions/api_test/webnavigation/history/c.js
@@ -2,4 +2,4 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-var fail_exported = {};
+history.pushState({}, 'foo', 'd.html');

Powered by Google App Engine
This is Rietveld 408576698