| Index: content/public/browser/content_browser_client.h
|
| diff --git a/content/public/browser/content_browser_client.h b/content/public/browser/content_browser_client.h
|
| index 0f80710c76196cef5af3d719f6c9109237e8c991..94a79ef9626505182ae5f4bfc2d8594f4f8867da 100644
|
| --- a/content/public/browser/content_browser_client.h
|
| +++ b/content/public/browser/content_browser_client.h
|
| @@ -143,6 +143,7 @@ typedef ScopedVector<net::URLRequestInterceptor>
|
| // the observer interfaces.)
|
| class CONTENT_EXPORT ContentBrowserClient {
|
| public:
|
| + ContentBrowserClient();
|
| virtual ~ContentBrowserClient() {}
|
|
|
| // Allows the embedder to set any number of custom BrowserMainParts
|
|
|