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

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: Rebased 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..415f8ada810d8106f4dffcce5598d4fe464b8586 100644
--- a/chrome/test/data/extensions/activity_log/options.html
+++ b/chrome/test/data/extensions/activity_log/options.html
@@ -5,6 +5,8 @@
</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="double">Check we don't double log API calls</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 />
« no previous file with comments | « chrome/test/data/extensions/activity_log/manifest.json ('k') | chrome/test/data/extensions/activity_log/options.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698