diff options
Diffstat (limited to 'chrome/common/gpu_plugin.h')
-rw-r--r-- | chrome/common/gpu_plugin.h | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/chrome/common/gpu_plugin.h b/chrome/common/gpu_plugin.h deleted file mode 100644 index 938cbc2..0000000 --- a/chrome/common/gpu_plugin.h +++ /dev/null @@ -1,16 +0,0 @@ -// Copyright (c) 2009 The Chromium Authors. All rights reserved. -// Use of this source code is governed by a BSD-style license that can be -// found in the LICENSE file. - -#ifndef CHROME_COMMON_GPU_PLUGIN_H_ -#define CHROME_COMMON_GPU_PLUGIN_H_ -#pragma once - -namespace chrome { - -// Register the GPU plugin as an internal plugin in the PluginList. -void RegisterInternalGPUPlugin(); - -} // namespace chrome - -#endif // CHROME_COMMON_GPU_PLUGIN_H_ |