Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1009)

Unified Diff: content/public/common/browser_side_navigation_policy.cc

Issue 2737663004: Introduce a secondary map for enabling plznavigate (Closed)
Patch Set: with plznavigate Created 3 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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

Powered by Google App Engine
This is Rietveld 408576698