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

Unified Diff: chrome/browser/chromeos/app_mode/kiosk_diagnosis_runner.cc

Issue 225183018: Move feedback files into src/components (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase to latest Created 6 years, 7 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
Index: chrome/browser/chromeos/app_mode/kiosk_diagnosis_runner.cc
diff --git a/chrome/browser/chromeos/app_mode/kiosk_diagnosis_runner.cc b/chrome/browser/chromeos/app_mode/kiosk_diagnosis_runner.cc
index 8e1bc05083493e0dd9634da24a009ea05acbbdca..af74890ab7c129271d520a6a7801c055f6cf4c31 100644
--- a/chrome/browser/chromeos/app_mode/kiosk_diagnosis_runner.cc
+++ b/chrome/browser/chromeos/app_mode/kiosk_diagnosis_runner.cc
@@ -17,6 +17,8 @@
#include "extensions/browser/extension_system_provider.h"
#include "extensions/browser/extensions_browser_client.h"
+using feedback::FeedbackData;
+
namespace chromeos {
class KioskDiagnosisRunner::Factory : public BrowserContextKeyedServiceFactory {
@@ -95,7 +97,7 @@ void KioskDiagnosisRunner::SendSysLogFeedback(
const extensions::SystemInformationList& sys_info) {
scoped_refptr<FeedbackData> feedback_data(new FeedbackData());
- feedback_data->set_profile(profile_);
+ feedback_data->set_context(profile_);
feedback_data->set_description(base::StringPrintf(
"Autogenerated feedback:\nAppId: %s\n(uniquifier:%s)",
app_id_.c_str(),

Powered by Google App Engine
This is Rietveld 408576698