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

Unified Diff: cloud_print/virtual_driver/win/virtual_driver_consts.h

Issue 7532031: Changes to write various registry keys as required by Omaha for Windows Cloud Print Virtual Driver. (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: Changes as per code review. 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 side-by-side diff with in-line comments
Download patch
Index: cloud_print/virtual_driver/win/virtual_driver_consts.h
diff --git a/cloud_print/virtual_driver/win/virtual_driver_consts.h b/cloud_print/virtual_driver/win/virtual_driver_consts.h
index b73e59c60bd222884e995b67d35887a794af0cf1..31ff4e373e5a3d757435b7fffd06a9d844296070 100644
--- a/cloud_print/virtual_driver/win/virtual_driver_consts.h
+++ b/cloud_print/virtual_driver/win/virtual_driver_consts.h
@@ -9,6 +9,7 @@
namespace cloud_print {
extern const wchar_t kPortName[];
extern const size_t kPortNameSize;
+extern const wchar_t* kKeyLocation;
sanjeevr 2011/08/03 11:19:29 Again use const wchar_t []
abeera 2011/08/03 19:50:30 Done.
}
#endif // CLOUD_PRINT_VIRTUAL_DRIVER_WIN_VIRTUAL_DRIVER_CONSTS_H_

Powered by Google App Engine
This is Rietveld 408576698