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

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

Issue 12218118: Add a passphrase dialog for managed user accounts. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase to ToT. Created 7 years, 10 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
Index: chrome/browser/ui/webui/chrome_web_ui_controller_factory.cc
diff --git a/chrome/browser/ui/webui/chrome_web_ui_controller_factory.cc b/chrome/browser/ui/webui/chrome_web_ui_controller_factory.cc
index c23501c1e828383a55e7cd4b3afbfbb7a67d23a8..5c13974e60d1e761c2891f227baa090dc8a3d19f 100644
--- a/chrome/browser/ui/webui/chrome_web_ui_controller_factory.cc
+++ b/chrome/browser/ui/webui/chrome_web_ui_controller_factory.cc
@@ -209,6 +209,8 @@ WebUIFactoryFunction GetWebUIFactoryFunction(WebUI* web_ui,
return &NewWebUI<InstantUI>;
if (url.host() == chrome::kChromeUILocalOmniboxPopupHost)
return &NewWebUI<LocalOmniboxPopupUI>;
+ if (url.host() == chrome::kChromeUIManagedUserPassphrasePageHost)
+ return &NewWebUI<ConstrainedWebDialogUI>;
if (url.host() == chrome::kChromeUIMemoryInternalsHost &&
CommandLine::ForCurrentProcess()->HasSwitch(
switches::kEnableMemoryInternalsUI)) {
« no previous file with comments | « chrome/browser/resources/managed_user_passphrase_dialog.js ('k') | chrome/browser/ui/webui/managed_user_passphrase_dialog.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698