| Index: chrome/browser/translate/translate_manager_render_view_host_unittest.cc
|
| diff --git a/chrome/browser/translate/translate_manager_render_view_host_unittest.cc b/chrome/browser/translate/translate_manager_render_view_host_unittest.cc
|
| index c929fcada113d3ec8037d6bdcadc174c75a13168..6e7b18d4ccafc483ca86e458ecbf227d925fc426 100644
|
| --- a/chrome/browser/translate/translate_manager_render_view_host_unittest.cc
|
| +++ b/chrome/browser/translate/translate_manager_render_view_host_unittest.cc
|
| @@ -52,6 +52,7 @@
|
| #include "content/public/browser/notification_details.h"
|
| #include "content/public/browser/notification_registrar.h"
|
| #include "content/public/browser/web_contents.h"
|
| +#include "content/public/common/browser_side_navigation_policy.h"
|
| #include "content/public/common/url_constants.h"
|
| #include "content/public/test/test_renderer_host.h"
|
| #include "mojo/public/cpp/bindings/binding.h"
|
| @@ -685,6 +686,10 @@ TEST_F(TranslateManagerRenderViewHostTest, NormalTranslate) {
|
| if (TranslateService::IsTranslateBubbleEnabled())
|
| return;
|
|
|
| + // http://crbug.com/695624
|
| + if (content::IsBrowserSideNavigationEnabled())
|
| + return;
|
| +
|
| SimulateNavigation(GURL("http://www.google.fr"), "fr", true);
|
|
|
| // We should have an infobar.
|
|
|