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

Side by Side Diff: cloud_print/virtual_driver/linux/printer_driver_util_posix.h

Issue 7222011: Linux Virtual Printer Driver (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: Virtual Print Driver Created 9 years, 5 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
(Empty)
1 #ifndef CLOUD_PRINT_VIRTUAL_DRIVER_LINUX_PRINTER_DRIVER_UTIL_POSIX_H_
Albert Bodenhamer 2011/07/08 20:40:13 Add standard header.
2 #define CLOUD_PRINT_VIRTUAL_DRIVER_LINUX_PRINTER_DRIVER_UTIL_POSIX_H_
3 #pragma once
4 #include <string.h>
Albert Bodenhamer 2011/07/08 20:40:13 did you mean: #include <string>
5
6 void launchChrome(std::string output_path, std::string job_title,
Albert Bodenhamer 2011/07/08 20:40:13 There is a similar function in Windows. Does it m
7 std::string current_user);
8
9 #endif // CLOUD_PRINT_VIRTUAL_DRIVER_LINUX_PRINTER_DRIVER_UTIL_POSIX_H_
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698