| Index: content/browser/browser_plugin/browser_plugin_host_browsertest.cc
|
| ===================================================================
|
| --- content/browser/browser_plugin/browser_plugin_host_browsertest.cc (revision 178598)
|
| +++ content/browser/browser_plugin/browser_plugin_host_browsertest.cc (working copy)
|
| @@ -818,7 +818,7 @@
|
|
|
| {
|
| // Navigate the guest to an illegal chrome:// URL.
|
| - const string16 expected_title = ASCIIToUTF16("ERR_FAILED");
|
| + const string16 expected_title = ASCIIToUTF16("ERR_INVALID_URL");
|
| content::TitleWatcher title_watcher(test_embedder()->web_contents(),
|
| expected_title);
|
| RenderViewHostImpl* rvh = static_cast<RenderViewHostImpl*>(
|
|
|