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

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

Issue 8869008: chrome://os-credits "show license" links tripping over CSP restrictions. (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 113019)
+++ chrome/browser/ui/webui/chrome_url_data_manager_backend.cc (working copy)
@@ -64,8 +64,9 @@
insert(chrome::kChromeUIInputWindowDialogHost);
insert(chrome::kChromeUINewTabHost);
#if defined(OS_CHROMEOS)
+ insert(chrome::kChromeUIMobileSetupHost);
insert(chrome::kChromeUIOobeHost);
- insert(chrome::kChromeUIMobileSetupHost);
+ insert(chrome::kChromeUIOSCreditsHost);
insert(chrome::kChromeUIProxySettingsHost);
insert(chrome::kChromeUIRegisterPageHost);
insert(chrome::kChromeUISimUnlockHost);
« 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