create user data dir on thread that allows IO
This commit is contained in:
parent
249bd41e11
commit
5c25855ac5
2 changed files with 43 additions and 7 deletions
|
@ -258,6 +258,11 @@ class Browser : public WindowListObserver {
|
|||
void OnWindowCloseCancelled(NativeWindow* window) override;
|
||||
void OnWindowAllClosed() override;
|
||||
|
||||
// Called after attempting to create the user data directory
|
||||
// for the app.
|
||||
void OnUserDataDirectoryCreated(const base::DictionaryValue& launch_info,
|
||||
bool success);
|
||||
|
||||
// Observers of the browser.
|
||||
base::ObserverList<BrowserObserver> observers_;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue