[fidldoc] Updating fidldocs
diff --git a/sdk/fidl/fuchsia.test.breakpoints/README.md b/sdk/fidl/fuchsia.test.breakpoints/README.md
index 82ebd6c..01f03d3 100644
--- a/sdk/fidl/fuchsia.test.breakpoints/README.md
+++ b/sdk/fidl/fuchsia.test.breakpoints/README.md
@@ -37,9 +37,9 @@
     <tr><th>Name</th><th>Type</th></tr>
     </table>
 
-### StartComponentManager {#StartComponentManager}
+### StartComponentTree {#StartComponentTree}
 
-<p>Begins component manager's execution.
+<p>Resume the execution of component manager and start the component tree.
 This method is a no-op when invoked more than once or by
 a component inside component manager.</p>
 
diff --git a/sdk/fidl/fuchsia.ui.activity/README.md b/sdk/fidl/fuchsia.ui.activity/README.md
index 87872f5..76aa453 100644
--- a/sdk/fidl/fuchsia.ui.activity/README.md
+++ b/sdk/fidl/fuchsia.ui.activity/README.md
@@ -5,36 +5,6 @@
 
 ## **PROTOCOLS**
 
-## Control {#Control}
-*Defined in [fuchsia.ui.activity/control.fidl](https://fuchsia.googlesource.com/fuchsia/+/master/sdk/fidl/fuchsia.ui.activity/control.fidl#19)*
-
-<p>The Control protocol can be used to override the activity state of the
-Activity Service.</p>
-<p>State provided through this interface takes precedence over state which
-is determined based on activity sent through the Tracker API.</p>
-<p>Once a state has been assigned through this protocol, the Activity
-Service will no longer determine state based on input to the Tracker
-protocol, and instead will only report state transitions occuring through
-the Control protocol.</p>
-
-### SetState {#SetState}
-
-<p>Sets the Activity Service's state to |state|.
-All listeners registered through the Provider protocol will immediately
-be notified of the new state.</p>
-
-#### Request
-<table>
-    <tr><th>Name</th><th>Type</th></tr>
-    <tr>
-            <td><code>state</code></td>
-            <td>
-                <code><a class='link' href='#State'>State</a></code>
-            </td>
-        </tr></table>
-
-
-
 ## Provider {#Provider}
 *Defined in [fuchsia.ui.activity/provider.fidl](https://fuchsia.googlesource.com/fuchsia/+/master/sdk/fidl/fuchsia.ui.activity/provider.fidl#12)*