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

Unified Diff: chrome/browser/resources/settings/site_settings/site_list.html

Issue 2390053002: [MD settings] use arrow-forward to switch direction in rtl (Closed)
Patch Set: Created 4 years, 2 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
Index: chrome/browser/resources/settings/site_settings/site_list.html
diff --git a/chrome/browser/resources/settings/site_settings/site_list.html b/chrome/browser/resources/settings/site_settings/site_list.html
index f520b78f71dc9c65e9a93cab1911c0baf166f9de..6d6a8255114eb6f42df9227e61ffd9c433f77fed 100644
--- a/chrome/browser/resources/settings/site_settings/site_list.html
+++ b/chrome/browser/resources/settings/site_settings/site_list.html
@@ -83,6 +83,12 @@
</div>
</iron-dropdown>
</template>
+ <template is="dom-if" if="[[enableSiteSettings_]]">
+ <div on-tap="onOriginTap_" actionable>
+ <button class="subpage-arrow" is="paper-icon-button-light">
+ </button>
+ </div>
+ </template>
dschuyler 2016/10/17 21:16:35 Now that the site details are behind a flag, these
</div>
</template>

Powered by Google App Engine
This is Rietveld 408576698