| Index: tools/telemetry/docs/telemetry.core.chrome.cros_interface.html | 
| diff --git a/tools/telemetry/docs/telemetry.core.chrome.cros_interface.html b/tools/telemetry/docs/telemetry.core.chrome.cros_interface.html | 
| index 00657e3fc8eb4a8a41b0f1d83a772a5a73ab7b76..205da41475349e0d65bf89011ab8750eebc0eca0 100644 | 
| --- a/tools/telemetry/docs/telemetry.core.chrome.cros_interface.html | 
| +++ b/tools/telemetry/docs/telemetry.core.chrome.cros_interface.html | 
| @@ -21,7 +21,8 @@ | 
| <a href="os.html">os</a><br> | 
| </td><td width="25%" valign=top><a href="re.html">re</a><br> | 
| <a href="subprocess.html">subprocess</a><br> | 
| -</td><td width="25%" valign=top><a href="tempfile.html">tempfile</a><br> | 
| +</td><td width="25%" valign=top><a href="sys.html">sys</a><br> | 
| +<a href="tempfile.html">tempfile</a><br> | 
| </td><td width="25%" valign=top></td></tr></table></td></tr></table><p> | 
| <table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section"> | 
| <tr bgcolor="#ee77aa"> | 
| @@ -234,6 +235,7 @@ Returns:<br> | 
|   Captures and returns the command's stdout.<br> | 
|   Prints the command's stderr to logger (which defaults to stdout).</tt></dd></dl> | 
| <dl><dt><a name="-HasSSH"><strong>HasSSH</strong></a>()</dt></dl> | 
| + <dl><dt><a name="-IsRunningOnCrosDevice"><strong>IsRunningOnCrosDevice</strong></a>()</dt><dd><tt>Returns True if we're on a ChromeOS device.</tt></dd></dl> | 
| <dl><dt><a name="-RunCmd"><strong>RunCmd</strong></a>(args, cwd<font color="#909090">=None</font>, quiet<font color="#909090">=False</font>)</dt><dd><tt>Opens a subprocess to execute a program and returns its return value.<br> | 
|  <br> | 
| Args:<br> | 
|  |