| Index: content/browser/web_contents/web_contents_impl.h
|
| diff --git a/content/browser/web_contents/web_contents_impl.h b/content/browser/web_contents/web_contents_impl.h
|
| index 3edf76f98cc77090548d8ee3f6a010ba693253c3..702b21aa6a898fd1ae20b4689514d039fe74222b 100644
|
| --- a/content/browser/web_contents/web_contents_impl.h
|
| +++ b/content/browser/web_contents/web_contents_impl.h
|
| @@ -401,6 +401,9 @@ class CONTENT_EXPORT WebContentsImpl
|
| virtual WebContentsAndroid* GetWebContentsAndroid();
|
| void ActivateNearestFindResult(float x, float y) override;
|
| void RequestFindMatchRects(int current_version) override;
|
| +
|
| + void SetDownloadDelegate(DownloadDelegate* delegate) override;
|
| + DownloadDelegate* GetDownloadDelegate() override;
|
| #elif defined(OS_MACOSX)
|
| void SetAllowOtherViews(bool allow) override;
|
| bool GetAllowOtherViews() override;
|
|
|