Index: content/browser/gpu/gpu_internals_ui.cc |
diff --git a/content/browser/gpu/gpu_internals_ui.cc b/content/browser/gpu/gpu_internals_ui.cc |
index 83670a773b203c2a314e3c9a793de287d4939596..44e837f89b4ce77bef2e00573272174a00d99446 100644 |
--- a/content/browser/gpu/gpu_internals_ui.cc |
+++ b/content/browser/gpu/gpu_internals_ui.cc |
@@ -397,7 +397,6 @@ void GpuMessageHandler::OnGpuInfoUpdate() { |
// Get GPU Info. |
scoped_ptr<base::DictionaryValue> gpu_info_val(GpuInfoAsDictionaryValue()); |
- |
// Add in blacklisting features |
base::DictionaryValue* feature_status = new base::DictionaryValue; |
feature_status->Set("featureStatus", GetFeatureStatus()); |