Index: remoting/client/plugin/chromoting_instance.h |
diff --git a/remoting/client/plugin/chromoting_instance.h b/remoting/client/plugin/chromoting_instance.h |
index 554760be033c7a43c84a3bd335b0ee264c89f654..06e0c064bd68ce876365845216736bafb482c825 100644 |
--- a/remoting/client/plugin/chromoting_instance.h |
+++ b/remoting/client/plugin/chromoting_instance.h |
@@ -77,6 +77,8 @@ class ChromotingInstance : public pp::Instance { |
const std::string& password); |
void LogDebugInfo(const std::string& info); |
+ void LogDebugWarning(const std::string& info); |
Sergey Ulanov
2011/03/04 22:28:45
Looks like these three methods can be replaced wit
dmac
2011/03/05 00:52:01
and can we make them void LogDebug(Severity, forma
|
+ void LogDebugError(const std::string& info); |
private: |
FRIEND_TEST_ALL_PREFIXES(ChromotingInstanceTest, TestCaseSetup); |