| Index: content/public/browser/content_browser_client.cc
|
| diff --git a/content/public/browser/content_browser_client.cc b/content/public/browser/content_browser_client.cc
|
| index 7802b852ed7fcc3874eb6fa3fd8c3cf3dc953dd8..d982b69507638e5ee0fe9c2dc9e8f09958c4750e 100644
|
| --- a/content/public/browser/content_browser_client.cc
|
| +++ b/content/public/browser/content_browser_client.cc
|
| @@ -259,11 +259,6 @@ bool ContentBrowserClient::CanCreateWindow(
|
| return true;
|
| }
|
|
|
| -std::string ContentBrowserClient::GetWorkerProcessTitle(
|
| - const GURL& url, ResourceContext* context) {
|
| - return std::string();
|
| -}
|
| -
|
| SpeechRecognitionManagerDelegate*
|
| ContentBrowserClient::GetSpeechRecognitionManagerDelegate() {
|
| return NULL;
|
|
|