fix crash when using geolocation api with enableHighAccuracy option

This commit is contained in:
deepak1556 2016-09-09 17:48:11 +05:30 committed by Cheng Zhao
parent fbac635687
commit eafb6307d5
2 changed files with 47 additions and 30 deletions

View file

@ -21,11 +21,6 @@ class AtomAccessTokenStore : public content::AccessTokenStore {
const base::string16& access_token) override;
private:
void GetRequestContextOnUIThread();
void RespondOnOriginatingThread(const LoadAccessTokensCallback& callback);
scoped_refptr<net::URLRequestContextGetter> request_context_getter_;
DISALLOW_COPY_AND_ASSIGN(AtomAccessTokenStore);
};