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

Unified Diff: remoting/client/plugin/pepper_view.cc

Issue 8774017: Add AUTHENTICATED session state. (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
Index: remoting/client/plugin/pepper_view.cc
diff --git a/remoting/client/plugin/pepper_view.cc b/remoting/client/plugin/pepper_view.cc
index 3d6a71d17777589bd97eae7b7b0dc31d3001c980..04f8f98e607cd6097adbd36f75268704d0c973e9 100644
--- a/remoting/client/plugin/pepper_view.cc
+++ b/remoting/client/plugin/pepper_view.cc
@@ -238,9 +238,6 @@ void PepperView::SetConnectionState(protocol::ConnectionToHost::State state,
break;
case protocol::ConnectionToHost::CONNECTED:
- break;
-
- case protocol::ConnectionToHost::AUTHENTICATED:
UnsetSolidFill();
scriptable_obj->SetConnectionStatus(
ChromotingScriptableObject::STATUS_CONNECTED,

Powered by Google App Engine
This is Rietveld 408576698