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

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

Issue 9567033: Cleanup error handling in the client plugin. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: - Created 8 years, 10 months 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/chromoting_view.h ('k') | remoting/client/plugin/pepper_view.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/client/plugin/pepper_view.h
diff --git a/remoting/client/plugin/pepper_view.h b/remoting/client/plugin/pepper_view.h
index 5bcef549aa3b69470442ce432baee435c90b460c..391c183007134b17c68e0d2490c5c4f8b2f76f3b 100644
--- a/remoting/client/plugin/pepper_view.h
+++ b/remoting/client/plugin/pepper_view.h
@@ -38,7 +38,7 @@ class PepperView : public ChromotingView,
virtual void TearDown() OVERRIDE;
virtual void SetConnectionState(
protocol::ConnectionToHost::State state,
- protocol::ConnectionToHost::Error error) OVERRIDE;
+ protocol::ErrorCode error) OVERRIDE;
// FrameConsumer implementation.
virtual void ApplyBuffer(const SkISize& view_size,
« no previous file with comments | « remoting/client/chromoting_view.h ('k') | remoting/client/plugin/pepper_view.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698