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

Unified Diff: cloud_print/service/win/cloud_print_service.rgs

Issue 10459005: Fixed AppID registration. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Created 8 years, 7 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/service/win/cloud_print_service.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cloud_print/service/win/cloud_print_service.rgs
diff --git a/cloud_print/service/win/cloud_print_service.rgs b/cloud_print/service/win/cloud_print_service.rgs
index 8219d933204e9b2a97f00108c09c4ed9fab2afa9..9ebaebe1905cf46be786a0a7a05ccabdbcc76db6 100644
--- a/cloud_print/service/win/cloud_print_service.rgs
+++ b/cloud_print/service/win/cloud_print_service.rgs
@@ -1,3 +1,10 @@
-HKCR
-{
-}
+HKCR
+{
+ NoRemove AppID
+ {
+ ForceRemove '%APPID%'
+ {
+ val LocalService = s 'CloudPrintService'
+ }
+ }
+}
« no previous file with comments | « cloud_print/service/win/cloud_print_service.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698