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

Unified Diff: chrome/test/data/extensions/activity_log/options.html

Issue 12517011: Added activity logging for ext APIs with custom bindings (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: lint fix Created 7 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/test/data/extensions/activity_log/options.html
diff --git a/chrome/test/data/extensions/activity_log/options.html b/chrome/test/data/extensions/activity_log/options.html
index 1ae351571398e0000478305b828ba04c713a6ea5..bd9b6ddda7620eab59e7ef81e9a35edae9dbe56c 100644
--- a/chrome/test/data/extensions/activity_log/options.html
+++ b/chrome/test/data/extensions/activity_log/options.html
@@ -5,6 +5,7 @@
</head>
<body>
<button id="api_call">Make a successful API call</button><br />
+ <button id="special_call">Make a special API call</button><br />
<button id="blocked_call">Make a blocked API call</button><br />
<button id="inject_cs">Inject a content script</button><br />
<button id="inject_blob">Inject a blob of code</button><br />

Powered by Google App Engine
This is Rietveld 408576698