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

Unified Diff: chrome/test/data/extensions/api_test/declarative_content/persistence/background.js

Issue 1222193006: Remove race in DeclarativeContentApiTest.RulesPersistence test (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/browser/extensions/api/declarative_content/declarative_content_apitest.cc ('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/declarative_content/persistence/background.js
diff --git a/chrome/test/data/extensions/api_test/declarative_content/persistence/background.js b/chrome/test/data/extensions/api_test/declarative_content/persistence/background.js
index edc914af4aa3a5dc2aeccf4b77364d4507ecadf2..9785aa50177d7867de72a6d170edcf69a7cfde0d 100644
--- a/chrome/test/data/extensions/api_test/declarative_content/persistence/background.js
+++ b/chrome/test/data/extensions/api_test/declarative_content/persistence/background.js
@@ -36,6 +36,6 @@ chrome.storage.local.get(key, function(items) {
chrome.storage.local.set(items, sendMessage.bind(null, "ready"));
});
} else {
- sendMessage(sendMessage("second run ready"));
+ sendMessage("second run ready");
}
});
« no previous file with comments | « chrome/browser/extensions/api/declarative_content/declarative_content_apitest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698