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

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

Issue 8879001: Added about:os-credits to content security policy exceptions (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 9 years 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/ui/webui/chrome_url_data_manager_backend.cc
===================================================================
--- chrome/browser/ui/webui/chrome_url_data_manager_backend.cc (revision 113419)
+++ chrome/browser/ui/webui/chrome_url_data_manager_backend.cc (working copy)
@@ -70,6 +70,7 @@
insert(chrome::kChromeUIRegisterPageHost);
insert(chrome::kChromeUISimUnlockHost);
insert(chrome::kChromeUISystemInfoHost);
+ insert(chrome::kChromeUIOSCreditsHost);
Daniel Erat 2011/12/08 00:46:52 nit: mind alphabetizing the list? (OobeHost is al
#endif
#if defined(TOUCH_UI)
insert(chrome::kChromeUIKeyboardHost);
« 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