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

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

Issue 4710001: Split out command IDs from chrome_dll_resource.h. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 10 years, 1 month 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) 2010 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2010 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 #include "chrome/browser/task_manager/task_manager_resource_providers.h" 5 #include "chrome/browser/task_manager/task_manager_resource_providers.h"
6 6
7 #include "build/build_config.h" 7 #include "build/build_config.h"
8 8
9 #include "app/l10n_util.h" 9 #include "app/l10n_util.h"
10 #include "app/resource_bundle.h" 10 #include "app/resource_bundle.h"
11 #include "base/basictypes.h" 11 #include "base/basictypes.h"
12 #include "base/file_version_info.h" 12 #include "base/file_version_info.h"
13 #include "base/i18n/rtl.h" 13 #include "base/i18n/rtl.h"
14 #include "base/process_util.h" 14 #include "base/process_util.h"
15 #include "base/stl_util-inl.h" 15 #include "base/stl_util-inl.h"
16 #include "base/string_util.h" 16 #include "base/string_util.h"
17 #include "base/thread.h" 17 #include "base/thread.h"
18 #include "chrome/app/chrome_dll_resource.h" 18 #include "chrome/app/chrome_command_ids.h"
19 #include "chrome/browser/browser_child_process_host.h" 19 #include "chrome/browser/browser_child_process_host.h"
20 #include "chrome/browser/browser_list.h" 20 #include "chrome/browser/browser_list.h"
21 #include "chrome/browser/browser_process.h" 21 #include "chrome/browser/browser_process.h"
22 #include "chrome/browser/browser_thread.h" 22 #include "chrome/browser/browser_thread.h"
23 #include "chrome/browser/extensions/extension_host.h" 23 #include "chrome/browser/extensions/extension_host.h"
24 #include "chrome/browser/extensions/extension_process_manager.h" 24 #include "chrome/browser/extensions/extension_process_manager.h"
25 #include "chrome/browser/notifications/balloon_collection.h" 25 #include "chrome/browser/notifications/balloon_collection.h"
26 #include "chrome/browser/notifications/balloon_host.h" 26 #include "chrome/browser/notifications/balloon_host.h"
27 #include "chrome/browser/notifications/notification_ui_manager.h" 27 #include "chrome/browser/notifications/notification_ui_manager.h"
28 #include "chrome/browser/profile_manager.h" 28 #include "chrome/browser/profile_manager.h"
(...skipping 927 matching lines...) Expand 10 before | Expand all | Expand 10 after
956 956
957 return &resource_; 957 return &resource_;
958 } 958 }
959 959
960 void TaskManagerBrowserProcessResourceProvider::StartUpdating() { 960 void TaskManagerBrowserProcessResourceProvider::StartUpdating() {
961 task_manager_->AddResource(&resource_); 961 task_manager_->AddResource(&resource_);
962 } 962 }
963 963
964 void TaskManagerBrowserProcessResourceProvider::StopUpdating() { 964 void TaskManagerBrowserProcessResourceProvider::StopUpdating() {
965 } 965 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698