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

Unified Diff: content/browser/gpu/gpu_data_manager_impl.h

Issue 2891933004: Remove raw base::DictionaryValue::Set in //content (Closed)
Patch Set: Rebase Created 3 years, 7 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 | « content/browser/gpu/compositor_util.cc ('k') | content/browser/gpu/gpu_data_manager_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/gpu/gpu_data_manager_impl.h
diff --git a/content/browser/gpu/gpu_data_manager_impl.h b/content/browser/gpu/gpu_data_manager_impl.h
index 6c616cf2833ac2ffbe36368d3bc8b9f38e98b635..8c45dff4f2442c62c1f3b36416f79b2e1512b4f7 100644
--- a/content/browser/gpu/gpu_data_manager_impl.h
+++ b/content/browser/gpu/gpu_data_manager_impl.h
@@ -147,9 +147,8 @@ class CONTENT_EXPORT GpuDataManagerImpl
void ProcessCrashed(base::TerminationStatus exit_code);
- // Returns a new copy of the ListValue. Caller is responsible to release
- // the returned value.
- base::ListValue* GetLogMessages() const;
+ // Returns a new copy of the ListValue.
+ std::unique_ptr<base::ListValue> GetLogMessages() const;
// Called when switching gpu.
void HandleGpuSwitch();
« no previous file with comments | « content/browser/gpu/compositor_util.cc ('k') | content/browser/gpu/gpu_data_manager_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698