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

Unified Diff: chrome/browser/external_protocol/external_protocol_handler.h

Issue 2591143002: Rename |tab_contents_id| to |render_view_routing_id|. (Closed)
Patch Set: Created 4 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
« no previous file with comments | « no previous file | chrome/browser/external_protocol/external_protocol_handler.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/external_protocol/external_protocol_handler.h
diff --git a/chrome/browser/external_protocol/external_protocol_handler.h b/chrome/browser/external_protocol/external_protocol_handler.h
index 611f120ad941332b1ee3481667a7996a47752abe..99c0f0384b6acd059c5e9e22e8234277c4f0c0f8 100644
--- a/chrome/browser/external_protocol/external_protocol_handler.h
+++ b/chrome/browser/external_protocol/external_protocol_handler.h
@@ -65,7 +65,7 @@ class ExternalProtocolHandler {
// Allowing use of a delegate to facilitate unit testing.
static void LaunchUrlWithDelegate(const GURL& url,
int render_process_host_id,
- int tab_contents_id,
+ int render_view_routing_id,
ui::PageTransition page_transition,
bool has_user_gesture,
Delegate* delegate);
« no previous file with comments | « no previous file | chrome/browser/external_protocol/external_protocol_handler.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698