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

Unified Diff: chrome/browser/extensions/api/web_navigation/web_navigation_api.h

Issue 2666193002: Switch RenderViewContextMenu to use RequestOpenURL (Closed)
Patch Set: Address Charlie's comments Created 3 years, 10 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: chrome/browser/extensions/api/web_navigation/web_navigation_api.h
diff --git a/chrome/browser/extensions/api/web_navigation/web_navigation_api.h b/chrome/browser/extensions/api/web_navigation/web_navigation_api.h
index c663e68fb58ebd86a4e56a06cd6ff47510787e3e..e467d996d21ca4075fa414320189d7c785a18afb 100644
--- a/chrome/browser/extensions/api/web_navigation/web_navigation_api.h
+++ b/chrome/browser/extensions/api/web_navigation/web_navigation_api.h
@@ -68,7 +68,8 @@ class WebNavigationTabObserver
const GURL& url,
const content::Referrer& referrer,
WindowOpenDisposition disposition,
- ui::PageTransition transition) override;
+ ui::PageTransition transition,
+ bool started_from_context_menu) override;
void WebContentsDestroyed() override;
// This method dispatches the already created onBeforeNavigate event.

Powered by Google App Engine
This is Rietveld 408576698