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

Unified Diff: chrome/browser/task_manager/background_resource_provider.cc

Issue 186153002: TaskManager: Remove some unused/unnecessary methods. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 10 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/task_manager/extension_process_resource_provider.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/task_manager/background_resource_provider.cc
diff --git a/chrome/browser/task_manager/background_resource_provider.cc b/chrome/browser/task_manager/background_resource_provider.cc
index 4e72f904e0b61bbaaac307f19381cfb86b14ab33..292326ba2df13de41c5c8d39ace851028512c0b1 100644
--- a/chrome/browser/task_manager/background_resource_provider.cc
+++ b/chrome/browser/task_manager/background_resource_provider.cc
@@ -48,7 +48,6 @@ class BackgroundContentsResource : public RendererResource {
virtual base::string16 GetTitle() const OVERRIDE;
virtual base::string16 GetProfileName() const OVERRIDE;
virtual gfx::ImageSkia GetIcon() const OVERRIDE;
- virtual bool IsBackground() const OVERRIDE;
const base::string16& application_name() const { return application_name_; }
private:
@@ -115,10 +114,6 @@ gfx::ImageSkia BackgroundContentsResource::GetIcon() const {
return *default_icon_;
}
-bool BackgroundContentsResource::IsBackground() const {
- return true;
-}
-
////////////////////////////////////////////////////////////////////////////////
// BackgroundContentsResourceProvider class
////////////////////////////////////////////////////////////////////////////////
« no previous file with comments | « no previous file | chrome/browser/task_manager/extension_process_resource_provider.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698