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

Unified Diff: chrome/browser/gpu/chrome_gpu_util.h

Issue 12475002: Delete memory manager dead code. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Resolve against CrOS changes Created 7 years, 9 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/chromeos/login/chrome_restart_request.cc ('k') | chrome/browser/gpu/chrome_gpu_util.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/gpu/chrome_gpu_util.h
diff --git a/chrome/browser/gpu/chrome_gpu_util.h b/chrome/browser/gpu/chrome_gpu_util.h
index 4d14444c4e3d0ae850697716cdcab9a2890e185c..1edff619eb0003a213dc01780522031bb1e970fe 100644
--- a/chrome/browser/gpu/chrome_gpu_util.h
+++ b/chrome/browser/gpu/chrome_gpu_util.h
@@ -7,14 +7,6 @@
namespace gpu_util {
-// Sets up a monitor for browser windows, to be used to determine gpu
-// managed memory allocation.
-// Not supported on Android.
-#if !defined(OS_ANDROID)
-void InstallBrowserMonitor();
-void UninstallBrowserMonitor();
-#endif // !defined(OS_ANDROID)
-
// Sets up force-compositing-mode and threaded compositing field trials.
void InitializeCompositingFieldTrial();
« no previous file with comments | « chrome/browser/chromeos/login/chrome_restart_request.cc ('k') | chrome/browser/gpu/chrome_gpu_util.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698