summaryrefslogtreecommitdiffstats
path: root/components/navigation_interception/intercept_navigation_resource_throttle.cc
diff options
context:
space:
mode:
authorscherkus@chromium.org <scherkus@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-04-26 19:57:05 +0000
committerscherkus@chromium.org <scherkus@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-04-26 19:57:05 +0000
commit2c30525561fd5e2dad7cc49555220098a0e85c6a (patch)
tree0c33aca1e8a88d01b71de05395203de4ceca88ff /components/navigation_interception/intercept_navigation_resource_throttle.cc
parentba2194d0c85dd293d6a7b546b0756243cef0523f (diff)
downloadchromium_src-2c30525561fd5e2dad7cc49555220098a0e85c6a.zip
chromium_src-2c30525561fd5e2dad7cc49555220098a0e85c6a.tar.gz
chromium_src-2c30525561fd5e2dad7cc49555220098a0e85c6a.tar.bz2
components: Remove use of ALLOW_THIS_IN_INITIALIZER_LIST.
It's no longer providing value as the MSVC warning is disabled during compilation. Refer to bug for details. BUG=234765 Review URL: https://codereview.chromium.org/13998034 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@196809 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'components/navigation_interception/intercept_navigation_resource_throttle.cc')
-rw-r--r--components/navigation_interception/intercept_navigation_resource_throttle.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/components/navigation_interception/intercept_navigation_resource_throttle.cc b/components/navigation_interception/intercept_navigation_resource_throttle.cc
index 3d58ae3..984eebe 100644
--- a/components/navigation_interception/intercept_navigation_resource_throttle.cc
+++ b/components/navigation_interception/intercept_navigation_resource_throttle.cc
@@ -60,7 +60,7 @@ InterceptNavigationResourceThrottle::InterceptNavigationResourceThrottle(
CheckOnUIThreadCallback should_ignore_callback)
: request_(request),
should_ignore_callback_(should_ignore_callback),
- weak_ptr_factory_(ALLOW_THIS_IN_INITIALIZER_LIST(this)) {
+ weak_ptr_factory_(this) {
}
InterceptNavigationResourceThrottle::~InterceptNavigationResourceThrottle() {