| Index: chrome/browser/android/chrome_web_contents_delegate_android.h
|
| diff --git a/chrome/browser/android/chrome_web_contents_delegate_android.h b/chrome/browser/android/chrome_web_contents_delegate_android.h
|
| index ae91588576cc6d212a52fcb407c15756fa3f76fa..2b2bef1db1dafceffa8bbc97fd01b670c7180046 100644
|
| --- a/chrome/browser/android/chrome_web_contents_delegate_android.h
|
| +++ b/chrome/browser/android/chrome_web_contents_delegate_android.h
|
| @@ -37,7 +37,8 @@ class ChromeWebContentsDelegateAndroid
|
| ChromeWebContentsDelegateAndroid(JNIEnv* env, jobject obj);
|
| virtual ~ChromeWebContentsDelegateAndroid();
|
|
|
| - virtual void LoadingStateChanged(content::WebContents* source) OVERRIDE;
|
| + virtual void LoadingStateChanged(content::WebContents* source,
|
| + bool to_different_document) OVERRIDE;
|
| virtual void RunFileChooser(content::WebContents* web_contents,
|
| const content::FileChooserParams& params)
|
| OVERRIDE;
|
|
|