| Index: chrome/browser/profiles/profile_downloader.h
|
| diff --git a/chrome/browser/profiles/profile_downloader.h b/chrome/browser/profiles/profile_downloader.h
|
| index 786f9581aeb38ab55e5e8fe7ce470a7381c6e0ad..631b064744c442758ed80202bc84847fcb8dbb08 100644
|
| --- a/chrome/browser/profiles/profile_downloader.h
|
| +++ b/chrome/browser/profiles/profile_downloader.h
|
| @@ -76,9 +76,6 @@ class ProfileDownloader : public content::URLFetcherDelegate,
|
| // Issues the first request to get user profile image.
|
| void StartFetchingImage();
|
|
|
| - // Gets the authorization header.
|
| - const char* GetAuthorizationHeader() const;
|
| -
|
| ProfileDownloaderDelegate* delegate_;
|
| std::string auth_token_;
|
| scoped_ptr<content::URLFetcher> user_entry_fetcher_;
|
|
|