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

Unified Diff: chrome/common/chrome_content_client.cc

Issue 11016016: Flapper field trial to use workerpool for sync file operations. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix group check for browser_tests. Created 8 years, 2 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/common/chrome_content_client.cc
diff --git a/chrome/common/chrome_content_client.cc b/chrome/common/chrome_content_client.cc
index 50740e3ef5da54079be91a35da34596177416f57..c07fb0e7ee3cd91e99a74e2c351fbab34ddce886 100644
--- a/chrome/common/chrome_content_client.cc
+++ b/chrome/common/chrome_content_client.cc
@@ -298,6 +298,9 @@ bool GetBundledPepperFlash(content::PepperPluginInfo* plugin,
*plugin = CreatePepperFlashInfo(flash_path, FLAPPER_VERSION_STRING);
*override_npapi_flash = force_enable || IsPepperFlashEnabledByDefault();
+
+ // TODO(shess): http://crbug.com/153383 debugging.
yzshen1 2012/10/02 23:33:44 IIRC, at this point the field trial list hasn't be
Scott Hess - ex-Googler 2012/10/02 23:42:31 OK - would it make sense to tuck it into Conductin
yzshen1 2012/10/02 23:52:10 I guess not, because ConductingPepperFlashFieldTri
Scott Hess - ex-Googler 2012/10/03 19:38:51 Oops, sorry - I hadn't read this before just movin
yzshen1 2012/10/03 19:58:36 Yay!
+ ActivatePepperFlashThreadFieldTrial();
return true;
#else
return false;
« no previous file with comments | « no previous file | chrome/common/pepper_flash.h » ('j') | content/browser/renderer_host/pepper/pepper_file_message_filter.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698