From df175a8c3d1c1060f96d123a5896fdfbe4b3782d Mon Sep 17 00:00:00 2001 From: mostynb Date: Mon, 8 Feb 2016 15:27:20 -0800 Subject: update obsolete code.google.com documentation links This is a documentation-only change. Disabling presubmit checks, due to "noparent" settings for the following files: components/policy/resources/policy_templates.json content/common/font_config_ipc_linux.h BUG=567488 NOPRESUBMIT=true TBR=atwilson,dcheng Review URL: https://codereview.chromium.org/1592403002 Cr-Commit-Position: refs/heads/master@{#374213} --- extensions/common/api/declarative_web_request.json | 2 +- extensions/common/api/events.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'extensions/common') diff --git a/extensions/common/api/declarative_web_request.json b/extensions/common/api/declarative_web_request.json index bfb7082..f504070 100644 --- a/extensions/common/api/declarative_web_request.json +++ b/extensions/common/api/declarative_web_request.json @@ -184,7 +184,7 @@ }, { "id": "declarativeWebRequest.RedirectByRegEx", - "description": "Redirects a request by applying a regular expression on the URL. The regular expressions use the RE2 syntax.", + "description": "Redirects a request by applying a regular expression on the URL. The regular expressions use the RE2 syntax.", "type": "object", "properties": { "instanceType": { diff --git a/extensions/common/api/events.json b/extensions/common/api/events.json index d3ab871..ba31dea 100644 --- a/extensions/common/api/events.json +++ b/extensions/common/api/events.json @@ -292,12 +292,12 @@ }, "urlMatches": { "type": "string", - "description": "Matches if the URL (without fragment identifier) matches a specified regular expression. Port numbers are stripped from the URL if they match the default port number. The regular expressions use the RE2 syntax.", + "description": "Matches if the URL (without fragment identifier) matches a specified regular expression. Port numbers are stripped from the URL if they match the default port number. The regular expressions use the RE2 syntax.", "optional": true }, "originAndPathMatches": { "type": "string", - "description": "Matches if the URL without query segment and fragment identifier matches a specified regular expression. Port numbers are stripped from the URL if they match the default port number. The regular expressions use the RE2 syntax.", + "description": "Matches if the URL without query segment and fragment identifier matches a specified regular expression. Port numbers are stripped from the URL if they match the default port number. The regular expressions use the RE2 syntax.", "optional": true }, "urlPrefix": { -- cgit v1.1