| 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 />
|
|
|