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

Unified Diff: chrome/browser/ui/browser.cc

Issue 24649002: Clean up a few more unused globals. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: thestig comment Created 7 years, 3 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: 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;

Powered by Google App Engine
This is Rietveld 408576698