| Index: content/public/browser/content_browser_client.h
|
| ===================================================================
|
| --- content/public/browser/content_browser_client.h (revision 140381)
|
| +++ content/public/browser/content_browser_client.h (working copy)
|
| @@ -81,6 +81,8 @@
|
| // the observer interfaces.)
|
| class CONTENT_EXPORT ContentBrowserClient {
|
| public:
|
| + virtual ~ContentBrowserClient() {}
|
| +
|
| // Allows the embedder to set any number of custom BrowserMainParts
|
| // implementations for the browser startup code. See comments in
|
| // browser_main_parts.h.
|
| @@ -422,9 +424,6 @@
|
| crypto::CryptoModuleBlockingPasswordDelegate* GetCryptoPasswordDelegate(
|
| const GURL& url);
|
| #endif
|
| -
|
| - protected:
|
| - virtual ~ContentBrowserClient() {}
|
| };
|
|
|
| } // namespace content
|
|
|