diff options
Diffstat (limited to 'chrome/common')
-rw-r--r-- | chrome/common/gpu_messages_internal.h | 3 | ||||
-rw-r--r-- | chrome/common/url_constants.cc | 1 | ||||
-rw-r--r-- | chrome/common/url_constants.h | 1 |
3 files changed, 0 insertions, 5 deletions
diff --git a/chrome/common/gpu_messages_internal.h b/chrome/common/gpu_messages_internal.h index 0121e16..229e3db 100644 --- a/chrome/common/gpu_messages_internal.h +++ b/chrome/common/gpu_messages_internal.h @@ -53,9 +53,6 @@ IPC_BEGIN_MESSAGES(Gpu) // Tells the GPU process to crash. IPC_MESSAGE_CONTROL0(GpuMsg_Crash) - // Tells the GPU process to hang. - IPC_MESSAGE_CONTROL0(GpuMsg_Hang) - // Creates a new backing store. IPC_MESSAGE_ROUTED2(GpuMsg_NewBackingStore, int32, /* backing_store_routing_id */ diff --git a/chrome/common/url_constants.cc b/chrome/common/url_constants.cc index 8a119f9..5ae5181 100644 --- a/chrome/common/url_constants.cc +++ b/chrome/common/url_constants.cc @@ -50,7 +50,6 @@ const char kAboutCrashURL[] = "about:crash"; const char kAboutCreditsURL[] = "about:credits"; const char kAboutDNSURL[] = "about:dns"; const char kAboutGpuCrashURL[] = "about:gpucrash"; -const char kAboutGpuHangURL[] = "about:gpuhang"; const char kAboutHangURL[] = "about:hang"; const char kAboutHistogramsURL[] = "about:histograms"; const char kAboutLabsURL[] = "about:labs"; diff --git a/chrome/common/url_constants.h b/chrome/common/url_constants.h index b665550..cd2f889 100644 --- a/chrome/common/url_constants.h +++ b/chrome/common/url_constants.h @@ -45,7 +45,6 @@ extern const char kAboutCrashURL[]; extern const char kAboutCreditsURL[]; extern const char kAboutDNSURL[]; extern const char kAboutGpuCrashURL[]; -extern const char kAboutGpuHangURL[]; extern const char kAboutHangURL[]; extern const char kAboutHistogramsURL[]; extern const char kAboutLabsURL[]; |