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 e75b2c174cac10686b580fb193c077370e453809..26adb0a14f19e173e3faf7f2cf296091b04b57a1 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 |