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

Unified Diff: chrome/browser/ui/external_protocol_dialog_delegate.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
Index: chrome/browser/ui/external_protocol_dialog_delegate.h
diff --git a/chrome/browser/ui/external_protocol_dialog_delegate.h b/chrome/browser/ui/external_protocol_dialog_delegate.h
index 0b0aa58dc1962649e04207531b7c7568f18f0f31..e7325eb7c7616fc1c7b2cea89e749443c359641b 100644
--- a/chrome/browser/ui/external_protocol_dialog_delegate.h
+++ b/chrome/browser/ui/external_protocol_dialog_delegate.h
@@ -17,7 +17,7 @@ class ExternalProtocolDialogDelegate : public ProtocolDialogDelegate {
public:
explicit ExternalProtocolDialogDelegate(const GURL& url,
int render_process_host_id,
- int tab_contents_id);
+ int render_view_routing_id);
~ExternalProtocolDialogDelegate() override;
const base::string16& program_name() const { return program_name_; }
@@ -32,7 +32,7 @@ class ExternalProtocolDialogDelegate : public ProtocolDialogDelegate {
private:
int render_process_host_id_;
- int tab_contents_id_;
+ int render_view_routing_id_;
const base::string16 program_name_;
DISALLOW_COPY_AND_ASSIGN(ExternalProtocolDialogDelegate);
« no previous file with comments | « chrome/browser/external_protocol/external_protocol_handler.cc ('k') | chrome/browser/ui/external_protocol_dialog_delegate.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698