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

Unified Diff: chrome/browser/feedback/feedback_util.h

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/feedback/feedback_data.cc ('k') | chrome/browser/feedback/feedback_util.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/feedback/feedback_util.h
diff --git a/chrome/browser/feedback/feedback_util.h b/chrome/browser/feedback/feedback_util.h
index cf32ac5e9c570e2debf29f6c04f9338a58b6333c..2e683c077e0355ba9842205a81ddb6589ba2ea98 100644
--- a/chrome/browser/feedback/feedback_util.h
+++ b/chrome/browser/feedback/feedback_util.h
@@ -23,7 +23,6 @@
#include "base/win/windows_version.h"
#elif defined(OS_CHROMEOS)
#include "chrome/browser/chromeos/cros/cros_library.h"
-#include "chrome/browser/chromeos/system/syslogs_provider.h"
#endif
class Profile;
@@ -32,12 +31,6 @@ namespace content {
class WebContents;
}
-extern const char kSyncDataKey[];
-
-#if defined(OS_CHROMEOS)
-extern const char kHUDLogDataKey[];
-#endif
-
class FeedbackUtil {
public:
@@ -72,7 +65,7 @@ class FeedbackUtil {
int64 delay);
// Generates bug report data.
- static void SendReport(const FeedbackData& data);
+ static void SendReport(scoped_refptr<FeedbackData> data);
// Redirects the user to Google's phishing reporting page.
static void ReportPhishing(content::WebContents* current_tab,
const std::string& phishing_url);
« no previous file with comments | « chrome/browser/feedback/feedback_data.cc ('k') | chrome/browser/feedback/feedback_util.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698