| Index: extensions/test/data/app_view/apitest/media_request/main.html
|
| diff --git a/cc/resources/display_item.cc b/extensions/test/data/app_view/apitest/media_request/main.html
|
| similarity index 59%
|
| copy from cc/resources/display_item.cc
|
| copy to extensions/test/data/app_view/apitest/media_request/main.html
|
| index 33069a53fdf27f60efe5c6f43caf4f707c83a4d5..2900ad40482e041a3b7e58cd5b9e2baca30557f9 100644
|
| --- a/cc/resources/display_item.cc
|
| +++ b/extensions/test/data/app_view/apitest/media_request/main.html
|
| @@ -1,12 +1,12 @@
|
| +<!--
|
| // 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 "cc/resources/display_item.h"
|
| -
|
| -namespace cc {
|
| -
|
| -DisplayItem::DisplayItem() {
|
| -}
|
| -
|
| -} // namespace cc
|
| +-->
|
| +<html>
|
| +<head>
|
| + <script type="text/javascript" src="main.js"></script>
|
| +</head>
|
| +<body>
|
| +</body>
|
| +</html>
|
|
|