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

Unified Diff: chrome/browser/gpu_util.h

Issue 10824168: Cleaning up compositing field trial code and enable FCM in beta/stable (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: compositor_utils.cc moved to content\common Created 8 years, 4 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 | « chrome/browser/chrome_content_browser_client.cc ('k') | chrome/browser/gpu_util.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/gpu_util.h
diff --git a/chrome/browser/gpu_util.h b/chrome/browser/gpu_util.h
index 6587e871675f0f122c732c77ee55c078402e3bca..89924cf55cd76d63dedda68c4a4ecd90bb4f4007 100644
--- a/chrome/browser/gpu_util.h
+++ b/chrome/browser/gpu_util.h
@@ -70,12 +70,8 @@ base::DictionaryValue* GpuInfoAsDictionaryValue();
// Send UMA histograms about the enabled features.
void UpdateStats();
-// Returns whether this client has been selected for the force-compositing-mode
-// or threaded-compositor trial.
-bool InForceCompositingModeOrThreadTrial();
-
-// Sets up the force-compositing-mode field trial.
-void InitializeForceCompositingModeFieldTrial();
+// Sets up force-compositing-mode and threaded compositing field trials.
+void InitializeCompositingFieldTrial();
} // namespace gpu_util
« no previous file with comments | « chrome/browser/chrome_content_browser_client.cc ('k') | chrome/browser/gpu_util.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698