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

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

Issue 14107007: Moved Google Update and install related code to cloud_print/common (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 8 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
« no previous file with comments | « cloud_print/virtual_driver/win/virtual_driver_consts.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cloud_print/virtual_driver/win/virtual_driver_consts.cc
diff --git a/cloud_print/virtual_driver/win/virtual_driver_consts.cc b/cloud_print/virtual_driver/win/virtual_driver_consts.cc
index 8898043998edb5e035143e5cc1b6f885b482706c..5ce4fc139be1a22baf2c23683c2f281c64706886 100644
--- a/cloud_print/virtual_driver/win/virtual_driver_consts.cc
+++ b/cloud_print/virtual_driver/win/virtual_driver_consts.cc
@@ -10,10 +10,8 @@ namespace cloud_print {
const wchar_t kPortName[] = L"GCP:";
const size_t kPortNameSize = sizeof(kPortName);
-const wchar_t kGoogleUpdateClientsKey[] = L"SOFTWARE\\Google\\Update\\"
- L"Clients\\{9B13FA92-1F73-4761-AB78-2C6ADAC3660D}";
-const wchar_t kGoogleUpdateClientStateKey[] = L"SOFTWARE\\Google\\Update\\"
- L"ClientState\\{9B13FA92-1F73-4761-AB78-2C6ADAC3660D}";
+const wchar_t kGoogleUpdateProductId[] =
+ L"{9B13FA92-1F73-4761-AB78-2C6ADAC3660D}";
} // namespace cloud_print
« no previous file with comments | « cloud_print/virtual_driver/win/virtual_driver_consts.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698