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

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: Fixed indent 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
« no previous file with comments | « chrome/browser/ui/views/tab_contents/tab_contents_view_win.cc ('k') | chrome/common/chrome_switches.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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,
« no previous file with comments | « chrome/browser/ui/views/tab_contents/tab_contents_view_win.cc ('k') | chrome/common/chrome_switches.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698