| Index: content/public/common/content_client.h | 
| =================================================================== | 
| --- content/public/common/content_client.h	(revision 210446) | 
| +++ content/public/common/content_client.h	(working copy) | 
| @@ -72,6 +72,8 @@ | 
| ContentBrowserClient* b); | 
| CONTENT_EXPORT ContentRendererClient* SetRendererClientForTesting( | 
| ContentRendererClient* r); | 
| +CONTENT_EXPORT ContentUtilityClient* SetUtilityClientForTesting( | 
| +    ContentUtilityClient* u); | 
|  | 
| // Returns the user agent string being used by the browser. SetContentClient() | 
| // must be called prior to calling this, and this routine must be used | 
|  |