Index: content/browser/gpu/gpu_data_manager.h |
diff --git a/content/browser/gpu/gpu_data_manager.h b/content/browser/gpu/gpu_data_manager.h |
index 19a5682ad6e7852dee8d4d214a97926a04a2c702..a5a40d0b2544d33eb3b38fc079829fd60ac9091d 100644 |
--- a/content/browser/gpu/gpu_data_manager.h |
+++ b/content/browser/gpu/gpu_data_manager.h |
@@ -80,6 +80,9 @@ class GpuDataManager { |
// This gets called when switching GPU might have happened. |
void HandleGpuSwitch(); |
+ // Returns the Gpu Info as a DictionaryValue. |
+ DictionaryValue* GpuInfoAsDictionaryValue() const; |
+ |
private: |
friend struct DefaultSingletonTraits<GpuDataManager>; |