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

Unified Diff: chrome/browser/chromeos/system/syslogs_provider.cc

Issue 12529024: Fix feedback log collection. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 9 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 | « chrome/browser/DEPS ('k') | chrome/browser/chromeos/system_logs/OWNERS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/chromeos/system/syslogs_provider.cc
diff --git a/chrome/browser/chromeos/system/syslogs_provider.cc b/chrome/browser/chromeos/system/syslogs_provider.cc
index 95bfa92bad88f037454217fd1485998472f584a0..6a4faf4b9fe30dbadb8e157ab9920ac43e53f561 100644
--- a/chrome/browser/chromeos/system/syslogs_provider.cc
+++ b/chrome/browser/chromeos/system/syslogs_provider.cc
@@ -5,7 +5,6 @@
#include "chrome/browser/chromeos/system/syslogs_provider.h"
#include "ash/shell.h"
-#include "ash/touch/touch_observer_hud.h"
#include "base/bind.h"
#include "base/bind_helpers.h"
#include "base/command_line.h"
@@ -335,11 +334,6 @@ void SyslogsProviderImpl::ReadSyslogs(
chromeos::network_event_log::OLDEST_FIRST,
chromeos::system::kFeedbackMaxLineCount);
- if (ash::Shell::GetInstance()->touch_observer_hud()) {
- (*logs)[kHUDLogDataKey] =
- ash::Shell::GetInstance()->touch_observer_hud()->GetLogAsString();
- }
-
// SyslogsMemoryHandler will clean itself up.
// SyslogsMemoryHandler::OnDetailsAvailable() will modify |logs| and call
// request->ForwardResult(logs, zip_content).
« no previous file with comments | « chrome/browser/DEPS ('k') | chrome/browser/chromeos/system_logs/OWNERS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698