| Index: chromecast/browser/android/apk/res/layout/cast_window_view.xml
|
| diff --git a/chromecast/browser/android/apk/res/layout/cast_window_view.xml b/chromecast/browser/android/apk/res/layout/cast_window_view.xml
|
| deleted file mode 100644
|
| index ce57c9e556e1e93066e3206c13cf61da0cdaa51e..0000000000000000000000000000000000000000
|
| --- a/chromecast/browser/android/apk/res/layout/cast_window_view.xml
|
| +++ /dev/null
|
| @@ -1,18 +0,0 @@
|
| -<?xml version="1.0" encoding="utf-8"?>
|
| -
|
| -<!-- 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.
|
| - -->
|
| -
|
| -<org.chromium.chromecast.shell.CastWindowAndroid
|
| - xmlns:android="http://schemas.android.com/apk/res/android"
|
| - android:id="@+id/container"
|
| - android:layout_width="match_parent"
|
| - android:layout_height="match_parent"
|
| - android:orientation="vertical" >
|
| - <FrameLayout android:id="@+id/contentview_holder"
|
| - android:layout_width="match_parent"
|
| - android:layout_height="0dp"
|
| - android:layout_weight="1" />
|
| -</org.chromium.chromecast.shell.CastWindowAndroid>
|
|
|