Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(422)

Unified Diff: chrome/android/java/res/layout/website_settings_permission_row.xml

Issue 2754383004: Rename WebsiteSettings code to PageInfo. (Closed)
Patch Set: Upload missing comment fix for WebSettingsUI -> PageInfoUI. Created 3 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/android/java/res/layout/website_settings.xml ('k') | chrome/android/java/res/values/colors.xml » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/android/java/res/layout/website_settings_permission_row.xml
diff --git a/chrome/android/java/res/layout/website_settings_permission_row.xml b/chrome/android/java/res/layout/website_settings_permission_row.xml
deleted file mode 100644
index e1ed0e8083a96827dc84a8c04c5d52fb8d1581f9..0000000000000000000000000000000000000000
--- a/chrome/android/java/res/layout/website_settings_permission_row.xml
+++ /dev/null
@@ -1,37 +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. -->
-
-<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
- android:id="@+id/website_settings_permission_row"
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:paddingTop="12dp" >
-
- <ImageView
- android:id="@+id/website_settings_permission_icon"
- android:layout_width="@dimen/website_settings_popup_permission_icon_size"
- android:layout_height="@dimen/website_settings_popup_permission_icon_size"
- android:layout_marginEnd="16dp"
- android:contentDescription="@null" />
-
- <TextView
- android:id="@+id/website_settings_permission_status"
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:layout_toEndOf="@id/website_settings_permission_icon"
- android:textColor="@color/website_settings_popup_text"
- android:textSize="14sp" />
-
- <TextView
- android:id="@+id/website_settings_permission_unavailable_message"
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:layout_below="@id/website_settings_permission_status"
- android:layout_toEndOf="@id/website_settings_permission_icon"
- android:lineSpacingExtra="6dp"
- android:textColor="@color/website_settings_popup_text_link"
- android:textSize="14sp"
- android:visibility="gone" />
-</RelativeLayout>
« no previous file with comments | « chrome/android/java/res/layout/website_settings.xml ('k') | chrome/android/java/res/values/colors.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698