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

Unified Diff: chrome/test/data/extensions/platform_apps/ephemeral_apps/notification_settings/main.js

Issue 163953012: Notification settings for ephemeral apps (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Abort test for linux gtk Created 6 years, 10 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/platform_apps/ephemeral_apps/notification_settings/main.js
diff --git a/chrome/test/data/extensions/platform_apps/web_view/text_selection/test.js b/chrome/test/data/extensions/platform_apps/ephemeral_apps/notification_settings/main.js
similarity index 77%
copy from chrome/test/data/extensions/platform_apps/web_view/text_selection/test.js
copy to chrome/test/data/extensions/platform_apps/ephemeral_apps/notification_settings/main.js
index 8b3e751b222bd599dd92c4544f143b2dc8a6cb7d..f9e810e42ff1bd622db77616104cfe0089f1abc7 100644
--- a/chrome/test/data/extensions/platform_apps/web_view/text_selection/test.js
+++ b/chrome/test/data/extensions/platform_apps/ephemeral_apps/notification_settings/main.js
@@ -3,5 +3,5 @@
// found in the LICENSE file.
chrome.app.runtime.onLaunched.addListener(function() {
- chrome.app.window.create('embedder.html', {}, function () {});
+ chrome.app.window.create('index.html', {});
});

Powered by Google App Engine
This is Rietveld 408576698