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

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

Issue 6903048: Merge 82973 - Cope gracefully with scripts querying stats before client has started. (Closed) Base URL: svn://svn.chromium.org/chrome/branches/742/src/
Patch Set: Created 9 years, 8 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 | « no previous file | remoting/client/plugin/chromoting_instance.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/client/plugin/chromoting_instance.h
===================================================================
--- remoting/client/plugin/chromoting_instance.h (revision 83090)
+++ remoting/client/plugin/chromoting_instance.h (working copy)
@@ -80,6 +80,7 @@
void LogDebugInfo(const std::string& info);
// Return statistics record by ChromotingClient.
+ // If no connection is currently active then NULL will be returned.
ChromotingStats* GetStats();
private:
« no previous file with comments | « no previous file | remoting/client/plugin/chromoting_instance.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698