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

Unified Diff: chrome/browser/ui/views/appcache_info_view.h

Issue 10332211: views: Remove appcache_info_view* and generic_info_view* files. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 7 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 | « no previous file | chrome/browser/ui/views/appcache_info_view.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/views/appcache_info_view.h
diff --git a/chrome/browser/ui/views/appcache_info_view.h b/chrome/browser/ui/views/appcache_info_view.h
deleted file mode 100644
index 20e1ebc58768de90e210240e2e9029aa806cd4d5..0000000000000000000000000000000000000000
--- a/chrome/browser/ui/views/appcache_info_view.h
+++ /dev/null
@@ -1,24 +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_VIEWS_APPCACHE_INFO_VIEW_H_
-#define CHROME_BROWSER_UI_VIEWS_APPCACHE_INFO_VIEW_H_
-#pragma once
-
-#include "chrome/browser/browsing_data_appcache_helper.h"
-#include "chrome/browser/ui/views/generic_info_view.h"
-
-// AppCacheInfoView
-// Displays a tabular grid of AppCache information.
-class AppCacheInfoView : public GenericInfoView {
- public:
- AppCacheInfoView();
- void SetAppCacheInfo(const appcache::AppCacheInfo* info);
-
- private:
- DISALLOW_COPY_AND_ASSIGN(AppCacheInfoView);
-};
-
-#endif // CHROME_BROWSER_UI_VIEWS_APPCACHE_INFO_VIEW_H_
-
« no previous file with comments | « no previous file | chrome/browser/ui/views/appcache_info_view.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698