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

Unified Diff: build/android/pylib/results/presentation/javascript/main_html.js

Issue 2854083004: Fix feedback to populate the right content in issue creation page. (Closed)
Patch Set: sync Created 3 years, 8 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: build/android/pylib/results/presentation/javascript/main_html.js
diff --git a/build/android/pylib/results/presentation/javascript/main_html.js b/build/android/pylib/results/presentation/javascript/main_html.js
index ea75a8479e90804c44f05605ee4a4bf04033860d..b8f80f487f0c07e10ca30098894d33088d634a03 100644
--- a/build/android/pylib/results/presentation/javascript/main_html.js
+++ b/build/android/pylib/results/presentation/javascript/main_html.js
@@ -187,12 +187,3 @@ function sortByColumn(head) {
table.appendChild(rowBlocks[i]);
}
}
-
-function reportIssues() {
- var url = 'https://bugs.chromium.org/p/chromium/issues/entry?' +
- 'labels=Pri-2,Type-Bug,Restrict-View-Google&' +
- 'summary=Result Details Feedback:&' +
- 'comment=Please check out: ' + window.location;
- var newWindow = window.open(url, '_blank');
- newWindow.focus();
-}

Powered by Google App Engine
This is Rietveld 408576698