Index: chrome/browser/resources/backloader/scripts/pages.js |
diff --git a/chrome/browser/resources/backloader/scripts/pages.js b/chrome/browser/resources/backloader/scripts/pages.js |
deleted file mode 100644 |
index 3a3f23cdc0ca73bb7ccbbe2d449e8b2d99ba7b9d..0000000000000000000000000000000000000000 |
--- a/chrome/browser/resources/backloader/scripts/pages.js |
+++ /dev/null |
@@ -1,13 +0,0 @@ |
-// Copyright (c) 2012 The Chromium Authors. All rights reserved. |
-// Use of this source code is governed by a BSD-style license that can be |
-// found in the LICENSE file. |
- |
-// List of pages to load in the background. |
-var g_pages = [ |
- { |
- extension_id: 'ejjicmeblgpmajnghnpcppodonldlgfn', |
- pageUrl: 'https://www.google.com/calendar/offline/background.html', |
- oneTime: true, |
- unloadDelayMS: 10000 |
- } |
-]; |