| Index: chrome/browser/ui/browser.cc
|
| diff --git a/chrome/browser/ui/browser.cc b/chrome/browser/ui/browser.cc
|
| index 850ba73b8d406e7c7ca1e3005e092ae3a5ffcd47..7e3129b12210c32018d3aa9ec90e19dff688f8bd 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;
|
|
|
|
|