Use lower case for getters
This commit is contained in:
parent
67886cf513
commit
15cc8164b8
2 changed files with 4 additions and 4 deletions
|
@ -51,7 +51,7 @@ class AtomNetworkDelegate : public brightray::NetworkDelegate {
|
|||
BlockingResponse() : cancel(false) {}
|
||||
~BlockingResponse() {}
|
||||
|
||||
int Code() const {
|
||||
int code() const {
|
||||
return cancel ? net::ERR_BLOCKED_BY_CLIENT : net::OK;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue