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

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

Issue 12737006: Allow feedback form to be shown in an App Launcher feedback mode. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Touch up rebase 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_util.h ('k') | chrome/browser/resources/feedback.css » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/feedback/feedback_util.cc
diff --git a/chrome/browser/feedback/feedback_util.cc b/chrome/browser/feedback/feedback_util.cc
index 8c80d142cee8ac0c310193b7bd2fd513ffe1f864..cbbd2a338245dad878b51869eb5d6b4dff21af79 100644
--- a/chrome/browser/feedback/feedback_util.cc
+++ b/chrome/browser/feedback/feedback_util.cc
@@ -49,6 +49,10 @@
using content::WebContents;
+namespace chrome {
+const char kAppLauncherCategoryTag[] = "AppLauncher";
+} // namespace chrome
+
const int kFeedbackVersion = 1;
const char kReportPhishingUrl[] =
@@ -457,7 +461,7 @@ void FeedbackUtil::SendReport(scoped_refptr<FeedbackData> data) {
#if defined(FULL_SAFE_BROWSING)
// static
void FeedbackUtil::ReportPhishing(WebContents* current_tab,
- const std::string& phishing_url) {
+ const std::string& phishing_url) {
current_tab->GetController().LoadURL(
safe_browsing_util::GeneratePhishingReportUrl(
kReportPhishingUrl, phishing_url,
« no previous file with comments | « chrome/browser/feedback/feedback_util.h ('k') | chrome/browser/resources/feedback.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698