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

Unified Diff: chrome/common/about_handler.cc

Issue 6053012: This adds a "killed tab" page and pages reload when killed on ChromeOS (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Pre-review tweaks Created 9 years, 11 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/common/about_handler.cc
diff --git a/chrome/common/about_handler.cc b/chrome/common/about_handler.cc
index d2121b86c1569365684cb5a8e7033b8aaaaeb203..6e3e152529af46f39bd9ccbd70ec57c2b87c7b0b 100644
--- a/chrome/common/about_handler.cc
+++ b/chrome/common/about_handler.cc
@@ -12,6 +12,7 @@ namespace chrome_about_handler {
// chrome/renderer/about_handler.cc.
const char* const about_urls[] = {
chrome::kAboutCrashURL,
+ chrome::kAboutKillURL,
chrome::kAboutHangURL,
chrome::kAboutShorthangURL,
NULL,

Powered by Google App Engine
This is Rietveld 408576698