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

Side by Side Diff: chrome/browser/task_manager/task_manager_resource_providers.h

Issue 10528002: TabContentsWrapper -> TabContents, part 1. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 6 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 // Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #ifndef CHROME_BROWSER_TASK_MANAGER_TASK_MANAGER_RESOURCE_PROVIDERS_H_ 5 #ifndef CHROME_BROWSER_TASK_MANAGER_TASK_MANAGER_RESOURCE_PROVIDERS_H_
6 #define CHROME_BROWSER_TASK_MANAGER_TASK_MANAGER_RESOURCE_PROVIDERS_H_ 6 #define CHROME_BROWSER_TASK_MANAGER_TASK_MANAGER_RESOURCE_PROVIDERS_H_
7 #pragma once 7 #pragma once
8 8
9 #include <map> 9 #include <map>
10 #include <vector> 10 #include <vector>
11 11
12 #include "base/basictypes.h" 12 #include "base/basictypes.h"
13 #include "base/compiler_specific.h" 13 #include "base/compiler_specific.h"
14 #include "base/process_util.h" 14 #include "base/process_util.h"
15 #include "chrome/browser/task_manager/task_manager.h" 15 #include "chrome/browser/task_manager/task_manager.h"
16 #include "content/public/browser/child_process_data.h" 16 #include "content/public/browser/child_process_data.h"
17 #include "content/public/browser/notification_observer.h" 17 #include "content/public/browser/notification_observer.h"
18 #include "content/public/browser/notification_registrar.h" 18 #include "content/public/browser/notification_registrar.h"
19 #include "content/public/common/process_type.h" 19 #include "content/public/common/process_type.h"
20 #include "third_party/WebKit/Source/WebKit/chromium/public/WebCache.h" 20 #include "third_party/WebKit/Source/WebKit/chromium/public/WebCache.h"
21 21
22 class BackgroundContents; 22 class BackgroundContents;
23 class BalloonHost; 23 class BalloonHost;
24 class TabContentsWrapper; 24 class TabContents;
25 typedef TabContents TabContentsWrapper;
25 26
26 namespace content { 27 namespace content {
27 class RenderViewHost; 28 class RenderViewHost;
28 } 29 }
29 30
30 namespace extensions { 31 namespace extensions {
31 class Extension; 32 class Extension;
32 } 33 }
33 34
34 // These file contains the resource providers used in the task manager. 35 // These file contains the resource providers used in the task manager.
(...skipping 516 matching lines...) Expand 10 before | Expand all | Expand 10 after
551 private: 552 private:
552 virtual ~TaskManagerBrowserProcessResourceProvider(); 553 virtual ~TaskManagerBrowserProcessResourceProvider();
553 554
554 TaskManager* task_manager_; 555 TaskManager* task_manager_;
555 TaskManagerBrowserProcessResource resource_; 556 TaskManagerBrowserProcessResource resource_;
556 557
557 DISALLOW_COPY_AND_ASSIGN(TaskManagerBrowserProcessResourceProvider); 558 DISALLOW_COPY_AND_ASSIGN(TaskManagerBrowserProcessResourceProvider);
558 }; 559 };
559 560
560 #endif // CHROME_BROWSER_TASK_MANAGER_TASK_MANAGER_RESOURCE_PROVIDERS_H_ 561 #endif // CHROME_BROWSER_TASK_MANAGER_TASK_MANAGER_RESOURCE_PROVIDERS_H_
OLDNEW
« no previous file with comments | « chrome/browser/task_manager/task_manager.h ('k') | chrome/browser/ui/blocked_content/blocked_content_container.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698