Add dummy LoginHandler
This commit is contained in:
parent
b86267aa3b
commit
9df89cf79b
5 changed files with 78 additions and 0 deletions
|
@ -21,6 +21,9 @@ class AtomResourceDispatcherHostDelegate
|
|||
bool is_main_frame,
|
||||
ui::PageTransition transition,
|
||||
bool has_user_gesture) override;
|
||||
content::ResourceDispatcherHostLoginDelegate* CreateLoginDelegate(
|
||||
net::AuthChallengeInfo* auth_info,
|
||||
net::URLRequest* request) override;
|
||||
};
|
||||
|
||||
} // namespace atom
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue