| Index: chrome/browser/android/tab_web_contents_delegate_android.h
|
| diff --git a/chrome/browser/android/tab_web_contents_delegate_android.h b/chrome/browser/android/tab_web_contents_delegate_android.h
|
| index f95474ca4e1a5895b11ed0ce727b1f126d5cb05f..cec724f475b922dbdb6bd29cba72ae6cd4308d36 100644
|
| --- a/chrome/browser/android/tab_web_contents_delegate_android.h
|
| +++ b/chrome/browser/android/tab_web_contents_delegate_android.h
|
| @@ -86,7 +86,8 @@ class TabWebContentsDelegateAndroid
|
| const gfx::Rect& initial_rect,
|
| bool user_gesture,
|
| bool* was_blocked) override;
|
| - bool RequestAppBanner(content::WebContents* web_contents) override;
|
| + void RequestAppBannerFromDevTools(
|
| + content::WebContents* web_contents) override;
|
|
|
| private:
|
| // NotificationObserver implementation.
|
|
|