| Index: content/browser/browser_plugin/browser_plugin_host_browsertest.cc
|
| diff --git a/content/browser/browser_plugin/browser_plugin_host_browsertest.cc b/content/browser/browser_plugin/browser_plugin_host_browsertest.cc
|
| index 32feb2631ce6cf9cb9408cef077fd20857a1a0d0..771b77e03f047bbcc426a4395766af81696d93ba 100644
|
| --- a/content/browser/browser_plugin/browser_plugin_host_browsertest.cc
|
| +++ b/content/browser/browser_plugin/browser_plugin_host_browsertest.cc
|
| @@ -431,7 +431,7 @@ IN_PROC_BROWSER_TEST_F(BrowserPluginHostTest, EmbedderChangedAfterSwap) {
|
| GURL test_https_url(https_server.GetURL(
|
| "files/browser_plugin_title_change.html"));
|
| content::WindowedNotificationObserver swap_observer(
|
| - content::NOTIFICATION_WEB_CONTENTS_SWAPPED,
|
| + content::NOTIFICATION_RENDER_VIEW_HOST_CHANGED,
|
| content::Source<WebContents>(test_embedder()->web_contents()));
|
| NavigateToURL(shell(), test_https_url);
|
| swap_observer.Wait();
|
|
|