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

Unified Diff: chrome/browser/chrome_content_browser_client.cc

Issue 1972503002: Add flag "distillability-dev" for distillability development Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: compatible naming Created 4 years, 3 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
« no previous file with comments | « no previous file | components/dom_distiller/content/renderer/distillability_agent.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/chrome_content_browser_client.cc
diff --git a/chrome/browser/chrome_content_browser_client.cc b/chrome/browser/chrome_content_browser_client.cc
index 672c60fc5b862d1be951c55bf76b6cdf8f92c7b3..5fd9354f0f3042a78e0670585f2abfc6fd77e450 100644
--- a/chrome/browser/chrome_content_browser_client.cc
+++ b/chrome/browser/chrome_content_browser_client.cc
@@ -1608,6 +1608,7 @@ void ChromeContentBrowserClient::AppendExtraCommandLineSwitches(
switches::kProfilingFile,
switches::kProfilingFlush,
switches::kReaderModeHeuristics,
+ switches::kDistillabilityDev,
switches::kUnsafelyTreatInsecureOriginAsSecure,
translate::switches::kTranslateSecurityOrigin,
};
« no previous file with comments | « no previous file | components/dom_distiller/content/renderer/distillability_agent.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698