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

Unified Diff: chrome/test/data/extensions/api_test/bookmarks/manifest.json

Issue 1094383005: Modified two extension tests to not be dependent on low-latency DOM timers (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Review fix Created 5 years, 8 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 | « no previous file | chrome/test/data/extensions/api_test/window_open/panel/test.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/data/extensions/api_test/bookmarks/manifest.json
diff --git a/chrome/test/data/extensions/api_test/bookmarks/manifest.json b/chrome/test/data/extensions/api_test/bookmarks/manifest.json
index 3ba9706611e4a54fc46c5fbbc98b955e39e797a4..cc9c3b04f67d24818c9dd34a7d4c234f19487a2b 100644
--- a/chrome/test/data/extensions/api_test/bookmarks/manifest.json
+++ b/chrome/test/data/extensions/api_test/bookmarks/manifest.json
@@ -4,6 +4,7 @@
"manifest_version": 2,
"description": "end-to-end browser test for chrome.bookmarks API",
"background": {
+ "persistent": false,
"scripts": ["test.js"]
},
"permissions": ["bookmarks"]
« no previous file with comments | « no previous file | chrome/test/data/extensions/api_test/window_open/panel/test.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698