Chromium Code Reviews| 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> |