| Index: extensions/browser/guest_view/web_view/web_view_guest.h
|
| diff --git a/extensions/browser/guest_view/web_view/web_view_guest.h b/extensions/browser/guest_view/web_view/web_view_guest.h
|
| index cb190d9230b27414932897b33d77a9821599d5b6..e4c60b173de5f4875448859da883e7cf05daba77 100644
|
| --- a/extensions/browser/guest_view/web_view/web_view_guest.h
|
| +++ b/extensions/browser/guest_view/web_view/web_view_guest.h
|
| @@ -299,9 +299,6 @@ class WebViewGuest : public GuestView<WebViewGuest>,
|
| bool user_gesture,
|
| content::WebContents* new_contents);
|
|
|
| - // Requests resolution of a potentially relative URL.
|
| - GURL ResolveURL(const std::string& src);
|
| -
|
| // Notification that a load in the guest resulted in abort. Note that |url|
|
| // may be invalid.
|
| void LoadAbort(bool is_top_level,
|
|
|