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

Unified Diff: chrome/test/data/extensions/api_test/webrequest/framework.js

Issue 10257006: Move Declarative Web Request API out of experimental and make it a feature (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Merged with ToT Created 8 years, 7 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/webrequest/framework.js
diff --git a/chrome/test/data/extensions/api_test/webrequest/framework.js b/chrome/test/data/extensions/api_test/webrequest/framework.js
index 87c4dd9aa9063cbe3b6e7308b0ffa2949f2b27fd..3dd8c5e831ac058ab546664e65b3da2e01344ba4 100644
--- a/chrome/test/data/extensions/api_test/webrequest/framework.js
+++ b/chrome/test/data/extensions/api_test/webrequest/framework.js
@@ -321,5 +321,5 @@ function removeListeners() {
}
function resetDeclarativeRules() {
- chrome.experimental.webRequest.onRequest.removeRules();
+ chrome.declarativeWebRequest.onRequest.removeRules();
}

Powered by Google App Engine
This is Rietveld 408576698