| Index: components/web_restrictions/browser/mock_web_restrictions_client.cc
 | 
| diff --git a/components/web_restrictions/browser/mock_web_restrictions_client.cc b/components/web_restrictions/browser/mock_web_restrictions_client.cc
 | 
| index acc849cc3e0bdb82ad93262e2b69484bb909f81b..28edb45778d6c0c6e263832a0c79dd1be1ce75fe 100644
 | 
| --- a/components/web_restrictions/browser/mock_web_restrictions_client.cc
 | 
| +++ b/components/web_restrictions/browser/mock_web_restrictions_client.cc
 | 
| @@ -18,9 +18,5 @@ MockWebRestrictionsClient::~MockWebRestrictionsClient() {
 | 
|        base::android::AttachCurrentThread());
 | 
|  }
 | 
|  
 | 
| -bool MockWebRestrictionsClient::Register(JNIEnv* env) {
 | 
| -  return RegisterNativesImpl(env);
 | 
| -}
 | 
| -
 | 
|  }  // namespace web_restrictions
 | 
|  
 | 
| 
 |