summaryrefslogtreecommitdiffstats
path: root/chrome/browser/remoting/firewall_traversal_tab_helper.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/remoting/firewall_traversal_tab_helper.h')
-rw-r--r--chrome/browser/remoting/firewall_traversal_tab_helper.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/chrome/browser/remoting/firewall_traversal_tab_helper.h b/chrome/browser/remoting/firewall_traversal_tab_helper.h
index 7c975cc..ecb2601 100644
--- a/chrome/browser/remoting/firewall_traversal_tab_helper.h
+++ b/chrome/browser/remoting/firewall_traversal_tab_helper.h
@@ -11,8 +11,6 @@
#include "content/common/notification_observer.h"
#include "ipc/ipc_channel.h"
-class Profile;
-
// Per-tab class to manage the firewall traversal policies for
// the remoting plugin.
// TODO(dmaclach): Replace this with a more generic mechanism for
@@ -34,8 +32,6 @@ class FirewallTraversalTabHelper : public NotificationObserver,
virtual bool OnMessageReceived(const IPC::Message& message) OVERRIDE;
private:
- Profile* profile() const { return tab_contents()->profile(); }
-
void UpdateFirewallTraversalState();
// Registers and unregisters us for notifications.