// Copyright (c) 2011 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.
/**
* @fileoverview Defines an interface whose properties should be immune from
* renaming (as it may be implemented by uncompiled client code).
**/
google.cf.installer.InteractionDelegate.prototype.getIFrameContainer;
google.cf.installer.InteractionDelegate.prototype.reset;
google.cf.installer.InteractionDelegate.prototype.show;
google.cf.installer.InteractionDelegate.prototype.customizeIFrame;