| Index: google_apis/drive/base_requests.h
|
| diff --git a/google_apis/drive/base_requests.h b/google_apis/drive/base_requests.h
|
| index e3aee9046c23b578373b5b0f2bb20c40d866e731..af53debff38deb8654b6134e0e5dedf12f23d2db 100644
|
| --- a/google_apis/drive/base_requests.h
|
| +++ b/google_apis/drive/base_requests.h
|
| @@ -102,6 +102,9 @@ class ResponseWriter : public net::URLFetcherResponseWriter {
|
|
|
| const std::string& data() const { return data_; }
|
|
|
| + // Detaches this object from url_fetcher_.
|
| + void Detach();
|
| +
|
| // Disowns the output file.
|
| void DisownFile();
|
|
|
|
|