| Index: chrome/test/data/extensions/api_test/get_views/popup.html
|
| diff --git a/chrome/test/data/extensions/api_test/get_views/infobar.html b/chrome/test/data/extensions/api_test/get_views/popup.html
|
| similarity index 51%
|
| rename from chrome/test/data/extensions/api_test/get_views/infobar.html
|
| rename to chrome/test/data/extensions/api_test/get_views/popup.html
|
| index 48e30acaf1f38a445d6cb927fd8f8127d19d1ad1..a11cd41ccb525f8e93b5c5b19f43bacebc752279 100644
|
| --- a/chrome/test/data/extensions/api_test/get_views/infobar.html
|
| +++ b/chrome/test/data/extensions/api_test/get_views/popup.html
|
| @@ -1,6 +1,8 @@
|
| <!--
|
| - * Copyright (c) 2011 The Chromium Authors. All rights reserved. Use of this
|
| + * Copyright (c) 2012 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.
|
| -->
|
| -<script src="infobar.js"></script>
|
| +<script src="popup.js"></script>
|
| +
|
| +Popup Page.
|
|
|