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

Unified Diff: chrome/browser/ui/webui/fileicon_source_chromeos.h

Issue 9167019: Consolidate icon loading on ChromeOS (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Add comment. Created 8 years, 11 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
« no previous file with comments | « chrome/browser/ui/webui/fileicon_source.cc ('k') | chrome/browser/ui/webui/fileicon_source_chromeos.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/webui/fileicon_source_chromeos.h
diff --git a/chrome/browser/ui/webui/fileicon_source_chromeos.h b/chrome/browser/ui/webui/fileicon_source_chromeos.h
deleted file mode 100644
index 54718757bdc01cdfbb28ab4b2ba0a3c68e23d6ce..0000000000000000000000000000000000000000
--- a/chrome/browser/ui/webui/fileicon_source_chromeos.h
+++ /dev/null
@@ -1,33 +0,0 @@
-// 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.
-
-#ifndef CHROME_BROWSER_UI_WEBUI_FILEICON_SOURCE_CHROMEOS_H_
-#define CHROME_BROWSER_UI_WEBUI_FILEICON_SOURCE_CHROMEOS_H_
-#pragma once
-
-#include <string>
-
-#include "base/compiler_specific.h"
-#include "chrome/browser/ui/webui/chrome_url_data_manager.h"
-
-// A DataSource for chrome://fileicon/ URLs, but reads from
-// resources instead of disk. Allows for parameterization
-// via chrome://fileicon/path.ext?size=[small|medium|large]
-class FileIconSourceCros : public ChromeURLDataManager::DataSource {
- public:
- FileIconSourceCros();
-
- // Overridden from ChromeURLDataManager::DataSource.
- virtual void StartDataRequest(const std::string& url,
- bool is_incognito,
- int request_id) OVERRIDE;
- virtual std::string GetMimeType(const std::string&) const OVERRIDE;
-
- private:
- virtual ~FileIconSourceCros();
-
- DISALLOW_COPY_AND_ASSIGN(FileIconSourceCros);
-};
-
-#endif // CHROME_BROWSER_UI_WEBUI_FILEICON_SOURCE_CHROMEOS_H_
« no previous file with comments | « chrome/browser/ui/webui/fileicon_source.cc ('k') | chrome/browser/ui/webui/fileicon_source_chromeos.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698