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

Side by Side Diff: chrome/browser/gpu_util.cc

Issue 10907098: Revert 155218 - Move gpu blacklist to content side. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 years, 3 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « chrome/browser/gpu_util.h ('k') | chrome/browser/gpu_util_unittest.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Property Changes:
Added: svn:mergeinfo
OLDNEW
1 // Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #include "chrome/browser/gpu_util.h" 5 #include "chrome/browser/gpu_util.h"
6 6
7 #include <vector> 7 #include <vector>
8 8
9 #include "base/command_line.h" 9 #include "base/command_line.h"
10 #include "base/metrics/field_trial.h" 10 #include "base/metrics/field_trial.h"
(...skipping 611 matching lines...) Expand 10 before | Expand all | Expand 10 after
622 kGpuBlacklistFeatureHistogramNamesWin[i], 622 kGpuBlacklistFeatureHistogramNamesWin[i],
623 1, kNumWinSubVersions * kGpuFeatureNumStatus, 623 1, kNumWinSubVersions * kGpuFeatureNumStatus,
624 kNumWinSubVersions * kGpuFeatureNumStatus + 1, 624 kNumWinSubVersions * kGpuFeatureNumStatus + 1,
625 base::Histogram::kUmaTargetedHistogramFlag); 625 base::Histogram::kUmaTargetedHistogramFlag);
626 histogram_pointer->Add(GetGpuBlacklistHistogramValueWin(value)); 626 histogram_pointer->Add(GetGpuBlacklistHistogramValueWin(value));
627 #endif 627 #endif
628 } 628 }
629 } 629 }
630 630
631 } // namespace gpu_util; 631 } // namespace gpu_util;
OLDNEW
« no previous file with comments | « chrome/browser/gpu_util.h ('k') | chrome/browser/gpu_util_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698