| Index: chrome/test/data/extensions/api_test/notifications/has_permission_manifest/background.html
|
| ===================================================================
|
| --- chrome/test/data/extensions/api_test/notifications/has_permission_manifest/background.html (revision 101077)
|
| +++ chrome/test/data/extensions/api_test/notifications/has_permission_manifest/background.html (working copy)
|
| @@ -1,6 +1,6 @@
|
| <script>
|
| var notification = null;
|
| -var chromeExtensionsUrl = "chrome://extensions/";
|
| +var chromeExtensionsUrl = "chrome://settings/extensionSettings";
|
|
|
| // Shows the notification window using the specified URL.
|
| // Control continues at onNotificationDone().
|
|
|