diff options
Diffstat (limited to 'chrome/renderer/automation/dom_automation_v8_extension.h')
-rw-r--r-- | chrome/renderer/automation/dom_automation_v8_extension.h | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/chrome/renderer/automation/dom_automation_v8_extension.h b/chrome/renderer/automation/dom_automation_v8_extension.h deleted file mode 100644 index 94201e7..0000000 --- a/chrome/renderer/automation/dom_automation_v8_extension.h +++ /dev/null @@ -1,16 +0,0 @@ -// Copyright (c) 2010 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_RENDERER_AUTOMATION_DOM_AUTOMATION_V8_EXTENSION_H_ -#define CHROME_RENDERER_AUTOMATION_DOM_AUTOMATION_V8_EXTENSION_H_ - -#include "v8/include/v8.h" - -class DomAutomationV8Extension { - public: - static const char* kName; - static v8::Extension* Get(); -}; - -#endif // CHROME_RENDERER_AUTOMATION_DOM_AUTOMATION_V8_EXTENSION_H_ |