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

Unified Diff: chrome/browser/chrome_content_browser_client.cc

Issue 2633253002: Split content script injections into multiple tasks (Closed)
Patch Set: Created 3 years, 10 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: 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 d1a18640e8a7e9d2731e9fa0f26671a691506f92..045adda4fc032957855a492f4d322b798e256f92 100644
--- a/chrome/browser/chrome_content_browser_client.cc
+++ b/chrome/browser/chrome_content_browser_client.cc
@@ -1766,6 +1766,7 @@ void ChromeContentBrowserClient::AppendExtraCommandLineSwitches(
extensions::switches::kIsolateExtensions,
extensions::switches::kNativeCrxBindings,
extensions::switches::kWhitelistedExtensionID,
+ extensions::switches::kYieldBetweenContentScriptRuns,
#endif
switches::kAllowInsecureLocalhost,
switches::kAppsGalleryURL,
@@ -3434,7 +3435,7 @@ bool ChromeContentBrowserClient::
"BrowserScheduler", "RedirectNonUINonIOBrowserThreads") == "true";
}
-//static
+// static
void ChromeContentBrowserClient::SetDefaultQuotaSettingsForTesting(
const storage::QuotaSettings* settings) {
g_default_quota_settings = settings;

Powered by Google App Engine
This is Rietveld 408576698