| 59 | } |
| 60 | |
| 61 | ThrustShellRenderProcessObserver::~ThrustShellRenderProcessObserver() |
| 62 | { |
| 63 | CHECK(g_instance == this); |
| 64 | g_instance = NULL; |
| 65 | } |
| 66 | |
| 67 | void |
| 68 | ThrustShellRenderProcessObserver::WebKitInitialized() |
nothing calls this directly
no outgoing calls
no test coverage detected