Index: chrome_frame/cfinstall/src/common/cf-interactiondelegate-externs.js |
diff --git a/chrome_frame/cfinstall/src/common/cf-interactiondelegate-externs.js b/chrome_frame/cfinstall/src/common/cf-interactiondelegate-externs.js |
deleted file mode 100644 |
index 805c1eea63516dc8dea3243ebc6a2bf37b166d09..0000000000000000000000000000000000000000 |
--- a/chrome_frame/cfinstall/src/common/cf-interactiondelegate-externs.js |
+++ /dev/null |
@@ -1,13 +0,0 @@ |
-// 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; |