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

Unified Diff: gpu/config/gpu_info_collector_ozone.cc

Issue 862133002: Update from https://crrev.com/312398 (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 years, 11 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: gpu/config/gpu_info_collector_ozone.cc
diff --git a/base/power_monitor/power_monitor_device_source_posix.cc b/gpu/config/gpu_info_collector_ozone.cc
similarity index 51%
copy from base/power_monitor/power_monitor_device_source_posix.cc
copy to gpu/config/gpu_info_collector_ozone.cc
index f24e5b23f0a032b58c0fe19704fc12da97f5d6b5..d8fef20a344208eaf4cbbe4d651f8f77b4367b18 100644
--- a/base/power_monitor/power_monitor_device_source_posix.cc
+++ b/gpu/config/gpu_info_collector_ozone.cc
@@ -2,13 +2,14 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "base/power_monitor/power_monitor_device_source.h"
+#include "base/logging.h"
+#include "gpu/config/gpu_info_collector_linux.h"
-namespace base {
+namespace gpu {
-bool PowerMonitorDeviceSource::IsOnBatteryPowerImpl() {
+std::string CollectDriverVersionNVidia() {
NOTIMPLEMENTED();
- return false;
+ return std::string();
}
-} // namespace base
+} // namespace gpu
« no previous file with comments | « gpu/config/BUILD.gn ('k') | gpu/config/software_rendering_list_json.cc » ('j') | shell/BUILD.gn » ('J')

Powered by Google App Engine
This is Rietveld 408576698