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

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: Address Dan's comments. 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 11d00bcf157ecf1ba458e1471a4e289ef0fb4088..6631ff9064fc564a26e39994954445a851eda5f3 100644
--- a/chrome/browser/resources/extensions/extensions.html
+++ b/chrome/browser/resources/extensions/extensions.html
@@ -109,6 +109,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