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

Unified Diff: chrome/browser/resources/backloader/scripts/pages.js

Issue 191233002: Removed backloader component extension. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 9 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/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
- }
-];
« no previous file with comments | « chrome/browser/resources/backloader/scripts/background.js ('k') | chrome/browser/resources/backloader/web/cros_validator.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698