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

Unified Diff: chrome/browser/chromeos/system_logs/touch_log_source.h

Issue 794943003: Separate X11 implementation of touch log source (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: tot rebase Created 6 years 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 | « chrome/browser/chromeos/BUILD.gn ('k') | chrome/browser/chromeos/system_logs/touch_log_source.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/chromeos/system_logs/touch_log_source.h
diff --git a/chrome/browser/chromeos/system_logs/touch_log_source.h b/chrome/browser/chromeos/system_logs/touch_log_source.h
index 664635e4cefef3966eabacb6b97817fe5573ab41..d4484d64d97fc999f05080441ad0a2f4532739c2 100644
--- a/chrome/browser/chromeos/system_logs/touch_log_source.h
+++ b/chrome/browser/chromeos/system_logs/touch_log_source.h
@@ -11,8 +11,8 @@ namespace system_logs {
class TouchLogSource : public SystemLogsSource {
public:
- TouchLogSource();
- virtual ~TouchLogSource();
+ TouchLogSource() : SystemLogsSource("Touch") {}
+ virtual ~TouchLogSource() {}
private:
// Overridden from SystemLogsSource:
« no previous file with comments | « chrome/browser/chromeos/BUILD.gn ('k') | chrome/browser/chromeos/system_logs/touch_log_source.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698