blob: dd8afae4542226b37e28255abb3ee1b41ba7bb70 [file] [log] [blame]
// Copyright 2014 The Chromium Authors. All rights reserved.
// 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);
}