summaryrefslogtreecommitdiffstats
path: root/remoting/base
diff options
context:
space:
mode:
authormostynb <mostynb@opera.com>2016-02-08 15:27:20 -0800
committerCommit bot <commit-bot@chromium.org>2016-02-08 23:28:49 +0000
commitdf175a8c3d1c1060f96d123a5896fdfbe4b3782d (patch)
tree056469a3d98052b2267706730a1f1877855b0122 /remoting/base
parent4221ee5c237327bebac80f7d2baa81d8ee18d4dd (diff)
downloadchromium_src-df175a8c3d1c1060f96d123a5896fdfbe4b3782d.zip
chromium_src-df175a8c3d1c1060f96d123a5896fdfbe4b3782d.tar.gz
chromium_src-df175a8c3d1c1060f96d123a5896fdfbe4b3782d.tar.bz2
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}
Diffstat (limited to 'remoting/base')
-rw-r--r--remoting/base/dispatch_win.h.pump2
1 files changed, 1 insertions, 1 deletions
diff --git a/remoting/base/dispatch_win.h.pump b/remoting/base/dispatch_win.h.pump
index 41dc8bc..51d4236 100644
--- a/remoting/base/dispatch_win.h.pump
+++ b/remoting/base/dispatch_win.h.pump
@@ -2,7 +2,7 @@ $$ This is a pump file for generating file templates. Pump is a python
$$ script that is part of the Google Test suite of utilities. Description
$$ can be found here:
$$
-$$ http://code.google.com/p/googletest/wiki/PumpManual
+$$ https://github.com/google/googletest/blob/master/googletest/docs/PumpManual.md
$$ MAX_ARITY controls the number of arguments that dispatch::Invoke() supports.
$$ It is choosen to match the number of arguments base::Bind() supports.