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

Unified Diff: chrome/browser/chromeos/extensions/users_private/users_private_api.h

Issue 2902253004: Settings: Users: Make isCurrentUserOwner async (Closed)
Patch Set: Fix test Created 3 years, 7 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/chromeos/extensions/users_private/users_private_api.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/chromeos/extensions/users_private/users_private_api.h
diff --git a/chrome/browser/chromeos/extensions/users_private/users_private_api.h b/chrome/browser/chromeos/extensions/users_private/users_private_api.h
index 78f141faa738fd69d72b8eea37f684dfb7518c40..7a09f3cde695127dd8abb53c88bbf48a036a91d5 100644
--- a/chrome/browser/chromeos/extensions/users_private/users_private_api.h
+++ b/chrome/browser/chromeos/extensions/users_private/users_private_api.h
@@ -89,6 +89,8 @@ class UsersPrivateIsCurrentUserOwnerFunction
ResponseAction Run() override;
private:
+ void IsOwnerCallback(bool is_owner);
+
ChromeExtensionFunctionDetails chrome_details_;
DISALLOW_COPY_AND_ASSIGN(UsersPrivateIsCurrentUserOwnerFunction);
« no previous file with comments | « no previous file | chrome/browser/chromeos/extensions/users_private/users_private_api.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698