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

Unified Diff: content/browser/gpu/gpu_data_manager_impl_unittest.cc

Issue 12976004: Generalzie GpuBlacklist to GpuControlList. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 7 years, 9 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: content/browser/gpu/gpu_data_manager_impl_unittest.cc
===================================================================
--- content/browser/gpu/gpu_data_manager_impl_unittest.cc (revision 189678)
+++ content/browser/gpu/gpu_data_manager_impl_unittest.cc (working copy)
@@ -117,7 +117,7 @@
" \"entries\": [\n"
" {\n"
" \"id\": 1,\n"
- " \"blacklist\": [\n"
+ " \"features\": [\n"
" \"webgl\"\n"
" ]\n"
" },\n"
@@ -127,7 +127,7 @@
" \"op\": \"contains\",\n"
" \"value\": \"GeForce\"\n"
" },\n"
- " \"blacklist\": [\n"
+ " \"features\": [\n"
" \"accelerated_2d_canvas\"\n"
" ]\n"
" }\n"
@@ -172,7 +172,7 @@
" }\n"
" }\n"
" ],\n"
- " \"blacklist\": [\n"
+ " \"features\": [\n"
" \"webgl\"\n"
" ]\n"
" }\n"
@@ -479,7 +479,7 @@
" }\n"
" }\n"
" ],\n"
- " \"blacklist\": [\n"
+ " \"features\": [\n"
" \"webgl\"\n"
" ]\n"
" }\n"
@@ -532,7 +532,7 @@
" }\n"
" }\n"
" ],\n"
- " \"blacklist\": [\n"
+ " \"features\": [\n"
" \"webgl\"\n"
" ]\n"
" }\n"

Powered by Google App Engine
This is Rietveld 408576698