Index: chrome/installer/util/google_update_settings.cc |
=================================================================== |
--- chrome/installer/util/google_update_settings.cc (revision 205261) |
+++ chrome/installer/util/google_update_settings.cc (working copy) |
@@ -147,6 +147,7 @@ |
case GoogleUpdateSettings::UPDATES_DISABLED: |
case GoogleUpdateSettings::AUTOMATIC_UPDATES: |
case GoogleUpdateSettings::MANUAL_UPDATES_ONLY: |
+ case GoogleUpdateSettings::AUTO_UPDATES_ONLY: |
*update_policy = static_cast<GoogleUpdateSettings::UpdatePolicy>(value); |
return true; |
default: |