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

Unified Diff: content/shell/browser/shell_content_browser_client.cc

Issue 2132983002: Move content shell context menu to ShellWebContentsViewDelegate in Views (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebased Created 4 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: content/shell/browser/shell_content_browser_client.cc
diff --git a/content/shell/browser/shell_content_browser_client.cc b/content/shell/browser/shell_content_browser_client.cc
index 5079a293cd1ef90e5614e0d2e04bc67e2ae5d274..0092b0a378557d69fa421ccc94f047b14edc4ec5 100644
--- a/content/shell/browser/shell_content_browser_client.cc
+++ b/content/shell/browser/shell_content_browser_client.cc
@@ -256,11 +256,7 @@ std::string ShellContentBrowserClient::GetDefaultDownloadName() {
WebContentsViewDelegate* ShellContentBrowserClient::GetWebContentsViewDelegate(
WebContents* web_contents) {
-#if !defined(USE_AURA)
return CreateShellWebContentsViewDelegate(web_contents);
-#else
- return NULL;
-#endif
}
QuotaPermissionContext*

Powered by Google App Engine
This is Rietveld 408576698