Commit e8d365e1 authored by Karan Bhatia's avatar Karan Bhatia Committed by Commit Bot

DNR: Remove mention of addDynamicRules from docs.

addDynamicRules method was recently removed in r714353 and replaced with
updateDynamicRule. Remove the last mention of addDynamicRules from the docs.

BUG=1023501

Change-Id: Ia00669bc84fbb0136a9f2cfe73d37b474e3579bf
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1918519Reviewed-by: default avatarKaran Bhatia <karandeepb@chromium.org>
Reviewed-by: default avatarKelvin Jiang <kelvinjiang@chromium.org>
Commit-Queue: Karan Bhatia <karandeepb@chromium.org>
Cr-Commit-Position: refs/heads/master@{#715505}
parent 7d2b03e7
......@@ -156,9 +156,9 @@ extension can add is bound by the
<h2 id="dynamic-rules">Dynamic rules</h2>
<p>
To add rules dynamically, extensions can use the
<a href="#method-addDynamicRules">
chrome.declarativeNetRequest.addDynamicRules</a> API method.
To add or remove rules dynamically, extensions can use the
<a href="#method-updateDynamicRules">
chrome.declarativeNetRequest.updateDynamicRules</a> API method.
<ul>
<li>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment