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

Side by Side Diff: chromeos/dbus/fake_debug_daemon_client.h

Issue 26536002: chrome://crashes: add a link on CrOS for triggering crash uploading (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: delete excess newline Created 6 years, 8 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « chromeos/dbus/debug_daemon_client.cc ('k') | chromeos/dbus/fake_debug_daemon_client.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright 2013 The Chromium Authors. All rights reserved. 1 // Copyright 2013 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #ifndef CHROMEOS_DBUS_FAKE_DEBUG_DAEMON_CLIENT_H_ 5 #ifndef CHROMEOS_DBUS_FAKE_DEBUG_DAEMON_CLIENT_H_
6 #define CHROMEOS_DBUS_FAKE_DEBUG_DAEMON_CLIENT_H_ 6 #define CHROMEOS_DBUS_FAKE_DEBUG_DAEMON_CLIENT_H_
7 7
8 #include "base/basictypes.h" 8 #include "base/basictypes.h"
9 #include "base/compiler_specific.h" 9 #include "base/compiler_specific.h"
10 #include "chromeos/dbus/debug_daemon_client.h" 10 #include "chromeos/dbus/debug_daemon_client.h"
(...skipping 28 matching lines...) Expand all
39 const GetPerfDataCallback& callback) OVERRIDE; 39 const GetPerfDataCallback& callback) OVERRIDE;
40 virtual void GetScrubbedLogs(const GetLogsCallback& callback) OVERRIDE; 40 virtual void GetScrubbedLogs(const GetLogsCallback& callback) OVERRIDE;
41 virtual void GetAllLogs(const GetLogsCallback& callback) OVERRIDE; 41 virtual void GetAllLogs(const GetLogsCallback& callback) OVERRIDE;
42 virtual void GetUserLogFiles(const GetLogsCallback& callback) OVERRIDE; 42 virtual void GetUserLogFiles(const GetLogsCallback& callback) OVERRIDE;
43 virtual void TestICMP(const std::string& ip_address, 43 virtual void TestICMP(const std::string& ip_address,
44 const TestICMPCallback& callback) OVERRIDE; 44 const TestICMPCallback& callback) OVERRIDE;
45 virtual void TestICMPWithOptions( 45 virtual void TestICMPWithOptions(
46 const std::string& ip_address, 46 const std::string& ip_address,
47 const std::map<std::string, std::string>& options, 47 const std::map<std::string, std::string>& options,
48 const TestICMPCallback& callback) OVERRIDE; 48 const TestICMPCallback& callback) OVERRIDE;
49 virtual void UploadCrashes() OVERRIDE;
49 50
50 private: 51 private:
51 DISALLOW_COPY_AND_ASSIGN(FakeDebugDaemonClient); 52 DISALLOW_COPY_AND_ASSIGN(FakeDebugDaemonClient);
52 }; 53 };
53 54
54 } // namespace chromeos 55 } // namespace chromeos
55 56
56 #endif // CHROMEOS_DBUS_FAKE_DEBUG_DAEMON_CLIENT_H_ 57 #endif // CHROMEOS_DBUS_FAKE_DEBUG_DAEMON_CLIENT_H_
OLDNEW
« no previous file with comments | « chromeos/dbus/debug_daemon_client.cc ('k') | chromeos/dbus/fake_debug_daemon_client.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698