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

Unified Diff: chrome/browser/component_updater/component_updater_configurator.cc

Issue 7604023: Deploy win flapper via component updater (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 9 years, 4 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: chrome/browser/component_updater/component_updater_configurator.cc
===================================================================
--- chrome/browser/component_updater/component_updater_configurator.cc (revision 96104)
+++ chrome/browser/component_updater/component_updater_configurator.cc (working copy)
@@ -93,7 +93,7 @@
}
bool ChromeConfigurator::InProcess() {
- return out_of_process_;
+ return !out_of_process_;
}
ComponentUpdateService::Configurator* MakeChromeComponentUpdaterConfigurator(

Powered by Google App Engine
This is Rietveld 408576698