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

Unified Diff: content/browser/gpu/gpu_process_host_ui_shim.h

Issue 2267843002: gpu host: Delete GpuMsg_Finalize (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 4 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 | « content/browser/gpu/gpu_process_host.cc ('k') | content/browser/gpu/gpu_process_host_ui_shim.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/gpu/gpu_process_host_ui_shim.h
diff --git a/content/browser/gpu/gpu_process_host_ui_shim.h b/content/browser/gpu/gpu_process_host_ui_shim.h
index fa2225800d7dc99b2d740bdbf6c131850f3bdb8d..792cbc1dc7d48e53000ecd1a31881f8a25abdbe6 100644
--- a/content/browser/gpu/gpu_process_host_ui_shim.h
+++ b/content/browser/gpu/gpu_process_host_ui_shim.h
@@ -68,9 +68,6 @@ class GpuProcessHostUIShim : public IPC::Listener,
// Return NULL if none has been created.
CONTENT_EXPORT static GpuProcessHostUIShim* GetOneInstance();
- // Stops the GPU process.
- CONTENT_EXPORT void StopGpuProcess(const base::Closure& callback);
-
// IPC::Sender implementation.
bool Send(IPC::Message* msg) override;
@@ -98,7 +95,6 @@ class GpuProcessHostUIShim : public IPC::Listener,
// The serial number of the GpuProcessHost / GpuProcessHostUIShim pair.
int host_id_;
- base::Closure close_callback_;
};
} // namespace content
« no previous file with comments | « content/browser/gpu/gpu_process_host.cc ('k') | content/browser/gpu/gpu_process_host_ui_shim.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698