Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(11)

Unified Diff: extensions/browser/guest_view/web_view/web_view_guest.h

Issue 1181263007: WebView context menu cleanup. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Addressed comment by fsamuel@. Created 5 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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 ea7b4f6ddbf9b3c05bc1465292c503646a583279..84576c88528c01dcb4ab7d9ba1e2b1aab9acc477 100644
--- a/extensions/browser/guest_view/web_view/web_view_guest.h
+++ b/extensions/browser/guest_view/web_view/web_view_guest.h
@@ -54,10 +54,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

Powered by Google App Engine
This is Rietveld 408576698