Index: chrome/browser/ui/browser.cc |
diff --git a/chrome/browser/ui/browser.cc b/chrome/browser/ui/browser.cc |
index 45804952a80d012320633a4b4169438cee72a31a..acc4a1746b77af48094437edb57385d23a5eafbb 100644 |
--- a/chrome/browser/ui/browser.cc |
+++ b/chrome/browser/ui/browser.cc |
@@ -223,11 +223,6 @@ using WebKit::WebWindowFeatures; |
namespace { |
-// The URL to be loaded to display the "Report a broken page" form. |
-const char kBrokenPageUrl[] = |
- "https://www.google.com/support/chrome/bin/request.py?contact_type=" |
- "broken_website&format=inproduct&p.page_title=$1&p.page_url=$2"; |
- |
// How long we wait before updating the browser chrome while loading a page. |
const int kUIUpdateCoalescingTimeMS = 200; |