Molybden API
|
The BrowserDelegates::onSaveUserProfile action. More...
#include <browser_delegates.hpp>
Public Member Functions | |
SaveUserProfileAction (std::unique_ptr< rpc::internal::Callback > callback) | |
void | save () |
Save the user profile in the user profile store. | |
void | cancel () |
Cancel the save user profile request. | |
void | prompt () |
Display the native prompt dialog where the end user can decide whether the user profile should be saved in the user profile store and auto-filled in the future on this web page. | |
Public Member Functions inherited from molybden::Action | |
Action (std::unique_ptr< rpc::internal::Callback > callback) | |
Additional Inherited Members | |
Protected Attributes inherited from molybden::Action | |
std::unique_ptr< rpc::internal::Callback > | callback_ |
The BrowserDelegates::onSaveUserProfile action.