| Index: tools/telemetry/docs/telemetry.core.chrome.android_browser_backend.html | 
| diff --git a/tools/telemetry/docs/telemetry.core.chrome.android_browser_backend.html b/tools/telemetry/docs/telemetry.core.chrome.android_browser_backend.html | 
| index c52193059fca166ea4148871f678d89fbf4e4d09..f1cd499f374acce3cc03040560ad16afec211094 100644 | 
| --- a/tools/telemetry/docs/telemetry.core.chrome.android_browser_backend.html | 
| +++ b/tools/telemetry/docs/telemetry.core.chrome.android_browser_backend.html | 
| @@ -26,8 +26,8 @@ | 
| <a href="os.html">os</a><br> | 
| <a href="subprocess.html">subprocess</a><br> | 
| </td><td width="25%" valign=top><a href="sys.html">sys</a><br> | 
| -<a href="tempfile.html">tempfile</a><br> | 
| <a href="time.html">time</a><br> | 
| +<a href="telemetry.core.util.html">telemetry.core.util</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"> | 
| @@ -81,6 +81,8 @@ Methods defined here:<br> | 
|  | 
| <dl><dt><a name="AndroidBrowserBackend-GetRemotePort"><strong>GetRemotePort</strong></a>(self, local_port)</dt></dl> | 
|  | 
| +<dl><dt><a name="AndroidBrowserBackend-GetStackTrace"><strong>GetStackTrace</strong></a>(self)</dt></dl> | 
| + | 
| <dl><dt><a name="AndroidBrowserBackend-GetStandardOutput"><strong>GetStandardOutput</strong></a>(self)</dt></dl> | 
|  | 
| <dl><dt><a name="AndroidBrowserBackend-IsBrowserRunning"><strong>IsBrowserRunning</strong></a>(self)</dt></dl> | 
| @@ -105,7 +107,7 @@ Methods inherited from <a href="telemetry.core.chrome.browser_backend.html#Brows | 
|  | 
| <dl><dt><a name="AndroidBrowserBackend-SetBrowser"><strong>SetBrowser</strong></a>(self, browser)</dt></dl> | 
|  | 
| -<dl><dt><a name="AndroidBrowserBackend-StartTracing"><strong>StartTracing</strong></a>(self, custom_categories<font color="#909090">=None</font>)</dt><dd><tt>custom_categories is an optional string containing a list of<br> | 
| +<dl><dt><a name="AndroidBrowserBackend-StartTracing"><strong>StartTracing</strong></a>(self, custom_categories<font color="#909090">=None</font>, timeout<font color="#909090">=60</font>)</dt><dd><tt>custom_categories is an optional string containing a list of<br> | 
| comma separated categories that will be traced instead of the<br> | 
| default category set.  Example: use<br> | 
| "webkit,cc,disabled-by-default-cc.debug" to trace only those three<br> | 
|  |