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

Unified Diff: chrome/browser/browser_about_handler.cc

Issue 13842010: Added chrome://translate-internals (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Bug fix for Windows (SendMessage could be replaced with SendMessageW) Created 7 years, 8 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 | « no previous file | chrome/browser/resources/translate_internals/translate_internals.css » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/browser_about_handler.cc
diff --git a/chrome/browser/browser_about_handler.cc b/chrome/browser/browser_about_handler.cc
index 0bc85ec614857d1fccef715a5c0b529b6094e6b3..05b2d40332a04b7086ab07c421487ac8bf404336 100644
--- a/chrome/browser/browser_about_handler.cc
+++ b/chrome/browser/browser_about_handler.cc
@@ -43,6 +43,7 @@ const char* const kPaths[] = {
chrome::kChromeUIStatsHost,
chrome::kChromeUISyncInternalsHost,
chrome::kChromeUITermsHost,
+ chrome::kChromeUITranslateInternalsHost,
chrome::kChromeUIUserActionsHost,
chrome::kChromeUIVersionHost,
#if defined(OS_ANDROID)
« no previous file with comments | « no previous file | chrome/browser/resources/translate_internals/translate_internals.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698