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

Unified Diff: remoting/client/plugin/pepper_view_proxy.h

Issue 8351084: Remove old Authentication code that we don't use or need. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: - Created 9 years, 1 month 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 | « remoting/client/plugin/pepper_view.cc ('k') | remoting/client/plugin/pepper_view_proxy.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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.
« no previous file with comments | « remoting/client/plugin/pepper_view.cc ('k') | remoting/client/plugin/pepper_view_proxy.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698