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

Unified Diff: chrome/browser/chrome_content_browser_client.cc

Issue 8588039: Remove "open in new tab" items from context menu if the process doesn't (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 9 years 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/chrome_content_browser_client.cc
===================================================================
--- chrome/browser/chrome_content_browser_client.cc (revision 113019)
+++ chrome/browser/chrome_content_browser_client.cc (working copy)
@@ -405,6 +405,10 @@
url == GURL(chrome::kChromeUIShorthangURL);
}
+bool ChromeContentBrowserClient::IsHandledURL(const GURL& url) {
+ return ProfileIOData::IsHandledURL(url);
+}
+
bool ChromeContentBrowserClient::IsSuitableHost(
content::RenderProcessHost* process_host,
const GURL& site_url) {

Powered by Google App Engine
This is Rietveld 408576698