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

Unified Diff: chromeos/dbus/fake_debug_daemon_client.cc

Issue 329853010: Additional methods for chrome.logPrivate API (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 6 years, 5 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 | « chromeos/dbus/fake_debug_daemon_client.h ('k') | content/renderer/media/mock_peer_connection_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chromeos/dbus/fake_debug_daemon_client.cc
diff --git a/chromeos/dbus/fake_debug_daemon_client.cc b/chromeos/dbus/fake_debug_daemon_client.cc
index ba6327673eb07300f7777d3f9ca82f889d0ed072..549a2c66ebaf785349b5f64a119987a48f249bc5 100644
--- a/chromeos/dbus/fake_debug_daemon_client.cc
+++ b/chromeos/dbus/fake_debug_daemon_client.cc
@@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "fake_debug_daemon_client.h"
+#include "chromeos/dbus/fake_debug_daemon_client.h"
#include <map>
#include <string>
@@ -21,8 +21,10 @@ FakeDebugDaemonClient::~FakeDebugDaemonClient() {}
void FakeDebugDaemonClient::Init(dbus::Bus* bus) {}
-void FakeDebugDaemonClient::GetDebugLogs(base::File file,
- const GetDebugLogsCallback& callback) {
+void FakeDebugDaemonClient::DumpDebugLogs(
+ bool is_compressed,
+ base::File file,
+ const GetDebugLogsCallback& callback) {
callback.Run(false);
}
« no previous file with comments | « chromeos/dbus/fake_debug_daemon_client.h ('k') | content/renderer/media/mock_peer_connection_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698