Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1950)

Unified Diff: chrome/browser/printing/cloud_print/gcd_api_flow.h

Issue 2742763002: Clean up Cloud Print API flow code. (Closed)
Patch Set: Created 3 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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);
};
« no previous file with comments | « chrome/browser/printing/cloud_print/cloud_print_printer_list.cc ('k') | chrome/browser/printing/cloud_print/gcd_api_flow.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698