diff options
author | rkc@google.com <rkc@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-08-22 10:38:54 +0000 |
---|---|---|
committer | rkc@google.com <rkc@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-08-22 10:38:54 +0000 |
commit | ac1894aec051033fc13bc41e1399ac05f5df3cc6 (patch) | |
tree | e2363bfaa2cf79a0b497d4d9441b69e3979ad028 /chrome/browser/resources/bug_report_invalid.html | |
parent | d486304b803dcf7c247133edfdc14f486b1de54c (diff) | |
download | chromium_src-ac1894aec051033fc13bc41e1399ac05f5df3cc6.zip chromium_src-ac1894aec051033fc13bc41e1399ac05f5df3cc6.tar.gz chromium_src-ac1894aec051033fc13bc41e1399ac05f5df3cc6.tar.bz2 |
Build fixes to the CL
Review URL: http://codereview.chromium.org/3061044
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@57019 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/resources/bug_report_invalid.html')
-rw-r--r-- | chrome/browser/resources/bug_report_invalid.html | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/chrome/browser/resources/bug_report_invalid.html b/chrome/browser/resources/bug_report_invalid.html new file mode 100644 index 0000000..e6b1605 --- /dev/null +++ b/chrome/browser/resources/bug_report_invalid.html @@ -0,0 +1,10 @@ +<!DOCTYPE HTML> +<html> +<head> +<meta charset="utf-8"> +</head> +<title i18n-content="title"></title> +<body onselectstart='return false'> +Invalid BugReport options - please check. +</body> +</html> |