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

Unified Diff: plugins/update/oneclick.rgs

Issue 624713003: Keep only base/extractor.[cc|h]. (Closed) Base URL: https://chromium.googlesource.com/external/omaha.git@master
Patch Set: Created 6 years, 2 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 | « plugins/update/omaha_customization_update_unittest.cc ('k') | plugins/update/resource.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: plugins/update/oneclick.rgs
diff --git a/plugins/update/oneclick.rgs b/plugins/update/oneclick.rgs
deleted file mode 100644
index 5958f43192b7d374065776339f2afe37fd60832c..0000000000000000000000000000000000000000
--- a/plugins/update/oneclick.rgs
+++ /dev/null
@@ -1,97 +0,0 @@
-'%HKROOT%'
-{
- NoRemove SOFTWARE
- {
- NoRemove MozillaPlugins
- {
- ForceRemove '@%PLUGINDOMAIN%/%PLUGINPRODUCT%;version=%PLUGINVERSION%'
- {
- val Path = s '%MODULE%'
- val Description = s '%PLUGINDESCRIPTION%'
- val ProductName = s '%PLUGINPRODUCT%'
- val Vendor = s '%PLUGINVENDOR%'
- val Version = s '%PLUGINVERSION%'
- MimeTypes
- {
- '%PLUGINMIMETYPE%'
- }
- }
- }
- NoRemove Microsoft
- {
- NoRemove Windows
- {
- NoRemove CurrentVersion
- {
- NoRemove Ext
- {
- NoRemove PreApproved
- {
- ForceRemove '%CLSID%'
- }
- NoRemove Stats
- {
- ForceRemove '%CLSID%'
- {
- iexplore
- {
- AllowedDomains
- {
- '*'
- }
- }
- }
- }
- }
- }
- }
- NoRemove 'Internet Explorer'
- {
- NoRemove 'Low Rights'
- {
- NoRemove 'ElevationPolicy'
- {
- ForceRemove '%CLSID%'
- {
- val AppName = s '%SHELLNAME%'
- val AppPath = s '%SHELLPATH%'
- val Policy = d '3'
- }
- }
- }
- }
- }
- NoRemove Classes
- {
- ForceRemove '%PROGID%' = s '%PLUGINPRODUCT% Plugin'
- {
- CLSID = s '%CLSID%'
- }
- NoRemove CLSID
- {
- ForceRemove '%CLSID%' = s '%PLUGINPRODUCT% Plugin'
- {
- ProgID = s '%PROGID%'
- InprocServer32 = s '%MODULE%'
- {
- val ThreadingModel = s 'Apartment'
- }
- }
- }
- NoRemove MIME
- {
- NoRemove Database
- {
- NoRemove 'Content Type'
- {
- ForceRemove '%PLUGINMIMETYPE%'
- {
- val CLSID = s '%CLSID%'
- }
- }
- }
- }
- }
- }
-}
-
« no previous file with comments | « plugins/update/omaha_customization_update_unittest.cc ('k') | plugins/update/resource.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698