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

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

Issue 11946028: Record event activity to the extension activity log. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Rename ActivityLog::IsLoggingEnabled Created 7 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/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 b49f652a7fb0ae8eba8206865c008ca836045281..1ae351571398e0000478305b828ba04c713a6ea5 100644
--- a/chrome/test/data/extensions/activity_log/options.html
+++ b/chrome/test/data/extensions/activity_log/options.html
@@ -10,6 +10,7 @@
<button id="inject_blob">Inject a blob of code</button><br />
<button id="background_xhr">Do a background XHR</button><br />
<button id="cs_xhr">Do a content script XHR</button><br />
+ <button id="webrequest">Modify HTTP headers with webRequest</button><br />
<br />
<b>Status:</b> <div id="status"></div>
</body>
« 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