| Index: content/browser/android/content_view_core_impl.h
|
| diff --git a/content/browser/android/content_view_core_impl.h b/content/browser/android/content_view_core_impl.h
|
| index f10e7e187d290410a7284ef608523bdc35402a12..c6254830522f90d256802eac49dcaec81b144419 100644
|
| --- a/content/browser/android/content_view_core_impl.h
|
| +++ b/content/browser/android/content_view_core_impl.h
|
| @@ -88,10 +88,6 @@ class ContentViewCoreImpl : public ContentViewCore,
|
| jstring base_url_for_data_url,
|
| jstring virtual_url_for_data_url,
|
| jboolean can_load_local_resources);
|
| - void SetAllUserAgentOverridesInHistory(
|
| - JNIEnv* env,
|
| - jobject obj,
|
| - jstring user_agent_override);
|
| base::android::ScopedJavaLocalRef<jstring> GetURL(JNIEnv* env, jobject) const;
|
| base::android::ScopedJavaLocalRef<jstring> GetTitle(
|
| JNIEnv* env, jobject obj) const;
|
|
|