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

Unified Diff: chrome/browser/resources/settings/appearance_page/home_url_input.html

Issue 2773233002: MD Settings: change settings-input to home-url-input due to reduced usage. (Closed)
Patch Set: reduce code 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
Index: chrome/browser/resources/settings/appearance_page/home_url_input.html
diff --git a/chrome/browser/resources/settings/controls/settings_input.html b/chrome/browser/resources/settings/appearance_page/home_url_input.html
similarity index 94%
rename from chrome/browser/resources/settings/controls/settings_input.html
rename to chrome/browser/resources/settings/appearance_page/home_url_input.html
index de07745c4b804faa9e813714603eff42896b704c..e12cff003b17d92874c695a86b7ee9761ec06f42 100644
--- a/chrome/browser/resources/settings/controls/settings_input.html
+++ b/chrome/browser/resources/settings/appearance_page/home_url_input.html
@@ -5,7 +5,7 @@
<link rel="import" href="chrome://resources/cr_elements/policy/cr_policy_pref_indicator.html">
<link rel="import" href="pref_control_behavior.html">
dpapad 2017/03/24 23:17:04 The URL needs to be updated (and I am pretty sure
scottchen 2017/03/25 00:54:31 Done.
-<dom-module id="settings-input">
+<dom-module id="home-url-input">
<template>
<style>
:host {
@@ -27,5 +27,5 @@
</template>
</div>
</template>
- <script src="settings_input.js"></script>
+ <script src="home_url_input.js"></script>
</dom-module>

Powered by Google App Engine
This is Rietveld 408576698