| 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 415f8ada810d8106f4dffcce5598d4fe464b8586..6a4a40435c3e21c1f21b129887814222b8c8e881 100644
|
| --- a/chrome/test/data/extensions/activity_log/options.html
|
| +++ b/chrome/test/data/extensions/activity_log/options.html
|
| @@ -7,12 +7,20 @@
|
| <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="app_bindings">Make a chrome.app.* 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 />
|
| <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 />
|
| + <button id="object_properties">Read and change an object's
|
| + properties</button><br />
|
| + <button id="object_methods">Invoke an object's methods</button><br />
|
| + <button id="message_cs">Send a message to a content script</button><br />
|
| + <button id="message_self">Send a message within the ext</button><br />
|
| + <button id="message_other">Send a message to another ext</button><br />
|
| + <button id="connect_other">Connect to another ext</button><br />
|
| <br />
|
| <b>Status:</b> <div id="status"></div>
|
| </body>
|
|
|