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

Unified Diff: chrome/browser/resources/extensions/extension_commands_overlay.html

Issue 22849012: Update WebUI calls to use extensions namespace, update IDs in c/b/r/extensions (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Change all HTML IDs in c/b/r/extensions to be in-hyphenated-case Created 7 years, 4 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/extensions/extension_commands_overlay.html
diff --git a/chrome/browser/resources/extensions/extension_commands_overlay.html b/chrome/browser/resources/extensions/extension_commands_overlay.html
index ee2c9e6d9d7a30cca49342808d2efd5c9b8c15fc..8bd0af637a53106853d30b9e5c0424c2ae749302 100644
--- a/chrome/browser/resources/extensions/extension_commands_overlay.html
+++ b/chrome/browser/resources/extensions/extension_commands_overlay.html
@@ -3,7 +3,7 @@
* Use of this source code is governed by a BSD-style license that can be found
* in the LICENSE file.
-->
-<div id="extensionCommandsOverlay" class="page">
+<div id="extension-commands-overlay" class="page">
<div class="close-button"></div>
<h1 i18n-content="extensionCommandsOverlay"></h1>
<div class="content-area">
@@ -17,7 +17,7 @@
<div class="action-area">
<div class="action-area-right">
<div class="button-strip">
- <button id="extensionCommandsDismiss" i18n-content="ok"></button>
+ <button id="extension-commands-dismiss" i18n-content="ok"></button>
</div>
</div>
</div>

Powered by Google App Engine
This is Rietveld 408576698