diff options
author | mostynb <mostynb@opera.com> | 2016-02-08 15:27:20 -0800 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2016-02-08 23:28:49 +0000 |
commit | df175a8c3d1c1060f96d123a5896fdfbe4b3782d (patch) | |
tree | 056469a3d98052b2267706730a1f1877855b0122 /chrome/test/base/web_ui_browser_test_browsertest.cc | |
parent | 4221ee5c237327bebac80f7d2baa81d8ee18d4dd (diff) | |
download | chromium_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 'chrome/test/base/web_ui_browser_test_browsertest.cc')
-rw-r--r-- | chrome/test/base/web_ui_browser_test_browsertest.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/test/base/web_ui_browser_test_browsertest.cc b/chrome/test/base/web_ui_browser_test_browsertest.cc index 1e13265..165b4d0 100644 --- a/chrome/test/base/web_ui_browser_test_browsertest.cc +++ b/chrome/test/base/web_ui_browser_test_browsertest.cc @@ -21,7 +21,7 @@ using content::WebUIMessageHandler; // According to the interface for EXPECT_FATAL_FAILURE -// (http://code.google.com/p/googletest/wiki/AdvancedGuide#Catching_Failures) +// (https://github.com/google/googletest/blob/master/googletest/docs/AdvancedGuide.md#catching-failures) // the statement must be statically available. Therefore, we make a static // global s_test_ which should point to |this| for the duration of the test run // and be cleared afterward. |