Index: remoting/client/plugin/pepper_view_proxy.h |
diff --git a/remoting/client/plugin/pepper_view_proxy.h b/remoting/client/plugin/pepper_view_proxy.h |
index 8a4914e94b0ed15284e7c2d99c1d00bdf3812929..b52623f71333b0f9c0eca66931c4ef122ae12be6 100644 |
--- a/remoting/client/plugin/pepper_view_proxy.h |
+++ b/remoting/client/plugin/pepper_view_proxy.h |
@@ -45,8 +45,6 @@ class PepperViewProxy : public base::RefCountedThreadSafe<PepperViewProxy>, |
virtual void SetConnectionState( |
protocol::ConnectionToHost::State state, |
protocol::ConnectionToHost::Error error) OVERRIDE; |
- virtual void UpdateLoginStatus(bool success, const std::string& info) |
- OVERRIDE; |
// This method returns a value, so must run synchronously, so must be |
// called only on the pepper thread. |