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

Unified Diff: chrome/browser/resources/file_manager/background.html

Issue 6873100: Moving slideshow to the filebrowser. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 9 years, 8 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/file_manager/background.html
===================================================================
--- chrome/browser/resources/file_manager/background.html (revision 82643)
+++ chrome/browser/resources/file_manager/background.html (working copy)
@@ -1,28 +0,0 @@
-<!DOCTYPE HTML>
-<!--
- -- Copyright (c) 2011 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.
- -->
-<html>
-<head>
-<script>
-
-var last_file_entries = null;
-
-function getLastFileEntries() {
- return last_file_entries;
-}
-
-chrome.fileBrowserHandler.onExecute.addListener(
- function(id, file_entries) {
- last_file_entries = file_entries;
-
- chrome.tabs.create({
- url: "slideshow.html"
- });
- }
-);
-</script>
-</body>
-</html>
« no previous file with comments | « chrome/browser/resources/component_extension_resources.grd ('k') | chrome/browser/resources/file_manager/js/file_manager.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698