| Index: chrome/browser/printing/cloud_print/gcd_api_flow.h
|
| diff --git a/chrome/browser/printing/cloud_print/gcd_api_flow.h b/chrome/browser/printing/cloud_print/gcd_api_flow.h
|
| index 6597af737bf28589de96585a53a9c1288f356541..6363708102a3605bbb8826e706d24e3a5b1fa3e7 100644
|
| --- a/chrome/browser/printing/cloud_print/gcd_api_flow.h
|
| +++ b/chrome/browser/printing/cloud_print/gcd_api_flow.h
|
| @@ -47,10 +47,6 @@ class GCDApiFlow {
|
|
|
| virtual std::vector<std::string> GetExtraRequestHeaders() = 0;
|
|
|
| - // If there is no data, set upload_type and upload_data to ""
|
| - virtual void GetUploadData(std::string* upload_type,
|
| - std::string* upload_data);
|
| -
|
| private:
|
| DISALLOW_COPY_AND_ASSIGN(Request);
|
| };
|
|
|