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

Unified Diff: chrome/browser/gpu_blacklist.cc

Issue 10855075: Clean-up inline members of nested classes (chrome/) (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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/gpu_blacklist.h ('k') | chrome/browser/process_info_snapshot.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/gpu_blacklist.cc
diff --git a/chrome/browser/gpu_blacklist.cc b/chrome/browser/gpu_blacklist.cc
index 4327c519cea68420348b0e1cfa31079232060e26..e663be29462c3a9ce469fead8ec98ab532fa64b2 100644
--- a/chrome/browser/gpu_blacklist.cc
+++ b/chrome/browser/gpu_blacklist.cc
@@ -626,6 +626,8 @@ GpuBlacklist::GpuBlacklistEntry::GpuBlacklistEntry()
contains_unknown_features_(false) {
}
+GpuBlacklist::GpuBlacklistEntry::~GpuBlacklistEntry() { }
+
bool GpuBlacklist::GpuBlacklistEntry::SetId(uint32 id) {
if (id != 0) {
id_ = id;
« no previous file with comments | « chrome/browser/gpu_blacklist.h ('k') | chrome/browser/process_info_snapshot.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698