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 |