| 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();
|
| -}
|
|
|