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

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: Added comment. Created 5 years, 5 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 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
« no previous file with comments | « extensions/browser/extensions_browser_client.h ('k') | extensions/browser/guest_view/web_view/web_view_guest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698