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 101088) |
+++ 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://settings/extensionSettings"; |
+var chromeExtensionsUrl = "chrome://extensions/"; |
// Shows the notification window using the specified URL. |
// Control continues at onNotificationDone(). |