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

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

Issue 2695113002: [Webview, Child Accounts] Automatically sign in to Chrome if needed. (Closed)
Patch Set: Fix instrumentation tests Created 3 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/supervised_user_internals_message_handler.cc
diff --git a/chrome/browser/ui/webui/supervised_user_internals_message_handler.cc b/chrome/browser/ui/webui/supervised_user_internals_message_handler.cc
index a62967e6d4b32b5c5f1da5acb0acd48f25fafde4..6018d646028377c5c21829b4bac8400bdd1df039 100644
--- a/chrome/browser/ui/webui/supervised_user_internals_message_handler.cc
+++ b/chrome/browser/ui/webui/supervised_user_internals_message_handler.cc
@@ -105,6 +105,9 @@ std::string FilteringBehaviorReasonToString(
return "Manual";
case supervised_user_error_page::WHITELIST:
return "Whitelist";
+ case supervised_user_error_page::NOT_SIGNED_IN:
+ // Should never happen, only used for requests from WebView
+ NOTREACHED();
}
return "Unknown/invalid";
}
« no previous file with comments | « chrome/browser/supervised_user/supervised_user_resource_throttle.cc ('k') | components/supervised_user_error_page/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698