Index: content/public/common/browser_side_navigation_policy.cc |
diff --git a/content/public/common/browser_side_navigation_policy.cc b/content/public/common/browser_side_navigation_policy.cc |
index 698ce3f3a69450e2d07056ddd4c6f008192b8ebe..75fd647244a2d6b5873c0ba746ffbfe9f674af69 100644 |
--- a/content/public/common/browser_side_navigation_policy.cc |
+++ b/content/public/common/browser_side_navigation_policy.cc |
@@ -11,10 +11,12 @@ |
namespace content { |
bool IsBrowserSideNavigationEnabled() { |
- return |
+ return true; |
+ /* |
base::CommandLine::ForCurrentProcess()->HasSwitch( |
switches::kEnableBrowserSideNavigation) || |
base::FeatureList::IsEnabled(features::kBrowserSideNavigation); |
+ */ |
} |
} // namespace content |