| Index: content/public/browser/navigation_throttle.cc
|
| diff --git a/content/public/browser/navigation_throttle.cc b/content/public/browser/navigation_throttle.cc
|
| index 5c795d655d2c63bd4f6d9f465553cf66f881d6bf..ac3b3aa405654418ac2e76e63b2380bc4ed16164 100644
|
| --- a/content/public/browser/navigation_throttle.cc
|
| +++ b/content/public/browser/navigation_throttle.cc
|
| @@ -20,9 +20,4 @@
|
| return NavigationThrottle::PROCEED;
|
| }
|
|
|
| -NavigationThrottle::ThrottleCheckResult
|
| -NavigationThrottle::WillProcessResponse() {
|
| - return NavigationThrottle::PROCEED;
|
| -}
|
| -
|
| } // namespace content
|
|
|