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

Unified Diff: chrome/browser/extensions/extension_web_ui.cc

Issue 10961078: extensions: Fix typo in bookmarks url. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/extensions/extension_web_ui.cc
diff --git a/chrome/browser/extensions/extension_web_ui.cc b/chrome/browser/extensions/extension_web_ui.cc
index 5a22311bbca05b8c2573132861e06c3b4380f772..df251019d94e9ed95efbef203cc83d1400e119b0 100644
--- a/chrome/browser/extensions/extension_web_ui.cc
+++ b/chrome/browser/extensions/extension_web_ui.cc
@@ -334,7 +334,8 @@ bool ExtensionWebUI::HandleChromeURLOverrideReverse(
return false;
// Find the reverse mapping based on the given URL. For example this maps the
- // internal URL chrome-extension://eemcgdkndhakfknomggombfjeno/main.html#1 to
+ // internal URL
+ // chrome-extension://eemcgdkfndhakfknompkggombfjjjeno/main.html#1 to
// chrome://bookmarks/#1 for display in the omnibox.
for (DictionaryValue::key_iterator it = overrides->begin_keys(),
end = overrides->end_keys(); it != end; ++it) {
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698