| Index: chrome/browser/android/intent_helper.cc
 | 
| diff --git a/chrome/browser/android/intent_helper.cc b/chrome/browser/android/intent_helper.cc
 | 
| index 0e3ebd8d2e3f042441f5d3dc6d1b942e12069096..cee9e16e19ad19c2fd663fa59e38af0d17b9bde7 100644
 | 
| --- a/chrome/browser/android/intent_helper.cc
 | 
| +++ b/chrome/browser/android/intent_helper.cc
 | 
| @@ -47,9 +47,5 @@ void OpenDateAndTimeSettings() {
 | 
|        base::android::GetApplicationContext());
 | 
|  }
 | 
|  
 | 
| -bool RegisterIntentHelper(JNIEnv* env) {
 | 
| -  return RegisterNativesImpl(env);
 | 
| -}
 | 
| -
 | 
|  }  // namespace android
 | 
|  }  // namespace chrome
 | 
| 
 |