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

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

Issue 9234076: Implementation of the Extension Activity Log UI behind a flag. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 11 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/extensions.html
diff --git a/chrome/browser/resources/extensions/extensions.html b/chrome/browser/resources/extensions/extensions.html
index b7dc705e15cf13fbee9cda8e997748615b82012e..8b361663a7db4682631dbb4d0d22fc38e27f0941 100644
--- a/chrome/browser/resources/extensions/extensions.html
+++ b/chrome/browser/resources/extensions/extensions.html
@@ -106,6 +106,8 @@
</label>
<a class="options-link" i18n-content="extensionSettingsOptions"
href="#"></a>
+ <a class="activity-link" i18n-content="extensionSettingsActivity"
+ href="#" hidden></a>
<a class="store-link" i18n-content="extensionSettingsVisitWebsite"
target="_parent" hidden></a>
<a class="reload-link" i18n-content="extensionSettingsReload"

Powered by Google App Engine
This is Rietveld 408576698