blob: 4b6818c099ec9d893d7a4ca8999bff7898ce4c8a [file] [log] [blame]
// Copyright 2014 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#include "chrome/browser/google/did_run_updater_win.h"
#include "chrome/installer/util/update_did_run_state.h"
void DidRunUpdater::OnRenderProcessHostCreated(
content::RenderProcessHost* process_host) {
installer::UpdateDidRunState(true);
}