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

Unified Diff: extensions/browser/api/system_cpu/cpu_info_provider_android.cc

Issue 1391893003: NOT FOR REVIEW: Aura on Android (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 2 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: extensions/browser/api/system_cpu/cpu_info_provider_android.cc
diff --git a/extensions/browser/api/printer_provider/printer_provider_print_job.cc b/extensions/browser/api/system_cpu/cpu_info_provider_android.cc
similarity index 50%
copy from extensions/browser/api/printer_provider/printer_provider_print_job.cc
copy to extensions/browser/api/system_cpu/cpu_info_provider_android.cc
index 3339daf08dc8aa68f6d52f464be2c50d6b2014d1..792bf796a4f93a7ee0c9e7c05722ceec3dcec5bc 100644
--- a/extensions/browser/api/printer_provider/printer_provider_print_job.cc
+++ b/extensions/browser/api/system_cpu/cpu_info_provider_android.cc
@@ -2,14 +2,14 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "extensions/browser/api/printer_provider/printer_provider_print_job.h"
+#include "extensions/browser/api/system_cpu/cpu_info_provider.h"
namespace extensions {
-PrinterProviderPrintJob::PrinterProviderPrintJob() {
-}
-
-PrinterProviderPrintJob::~PrinterProviderPrintJob() {
+bool CpuInfoProvider::QueryCpuTimePerProcessor(
+ std::vector<linked_ptr<api::system_cpu::ProcessorInfo>>* infos) {
+ NOTIMPLEMENTED();
+ return true;
}
} // namespace extensions

Powered by Google App Engine
This is Rietveld 408576698