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

Unified Diff: chrome/browser/ui/webui/extensions/extension_settings_handler.h

Issue 12310058: Show the managed user passphrase dialog when clicking unlock. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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
« no previous file with comments | « no previous file | chrome/browser/ui/webui/extensions/extension_settings_handler.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/webui/extensions/extension_settings_handler.h
diff --git a/chrome/browser/ui/webui/extensions/extension_settings_handler.h b/chrome/browser/ui/webui/extensions/extension_settings_handler.h
index c85c6bf68c48ab0e3ea811242d251f117c1d4fc1..f4782d9e8e87dfce62f7c7166026c5f3dd6d172a 100644
--- a/chrome/browser/ui/webui/extensions/extension_settings_handler.h
+++ b/chrome/browser/ui/webui/extensions/extension_settings_handler.h
@@ -133,6 +133,10 @@ class ExtensionSettingsHandler
// Callback for "setElevated" message.
void ManagedUserSetElevated(const base::ListValue* args);
+ // If the authentication of the managed user was successful,
+ // it gives this information back to the UI.
+ void PassphraseDialogCallback(bool success);
+
// Callback for "requestExtensionsData" message.
void HandleRequestExtensionsData(const base::ListValue* args);
« no previous file with comments | « no previous file | chrome/browser/ui/webui/extensions/extension_settings_handler.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698