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 7a52611d9267ce38f17cd3467e1677ed265cc226..3014f92393be4807f4614591806a949cd74ff54b 100644 |
--- a/extensions/browser/guest_view/web_view/web_view_guest.h |
+++ b/extensions/browser/guest_view/web_view/web_view_guest.h |
@@ -58,10 +58,6 @@ class WebViewGuest : public guest_view::GuestView<WebViewGuest>, |
std::string* partition_name, |
bool* in_memory); |
- // Returns guest_view::kInstanceIDNone if |contents| does not correspond to a |
- // WebViewGuest. |
- static int GetViewInstanceId(content::WebContents* contents); |
- |
static const char Type[]; |
// Returns the stored rules registry ID of the given webview. Will generate |