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

Unified Diff: extensions/renderer/event_bindings.h

Issue 237723004: Move EventBindings to //extensions (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 8 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 | « extensions/extensions.gyp ('k') | extensions/renderer/event_bindings.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: extensions/renderer/event_bindings.h
diff --git a/chrome/renderer/extensions/event_bindings.h b/extensions/renderer/event_bindings.h
similarity index 51%
rename from chrome/renderer/extensions/event_bindings.h
rename to extensions/renderer/event_bindings.h
index c7099539706e8c7b31fd8e2f1c775fa52160f5f9..bcbd6324c526b5e82d20dbf5c79b338215fe1eba 100644
--- a/chrome/renderer/extensions/event_bindings.h
+++ b/extensions/renderer/event_bindings.h
@@ -2,24 +2,23 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef CHROME_RENDERER_EXTENSIONS_EVENT_BINDINGS_H_
-#define CHROME_RENDERER_EXTENSIONS_EVENT_BINDINGS_H_
+#ifndef EXTENSIONS_RENDERER_EVENT_BINDINGS_H_
+#define EXTENSIONS_RENDERER_EVENT_BINDINGS_H_
#include "v8/include/v8.h"
namespace extensions {
-class ChromeV8Context;
-class ChromeV8Extension;
class Dispatcher;
-class EventFilter;
+class ObjectBackedNativeHandler;
+class ScriptContext;
// This class deals with the javascript bindings related to Event objects.
class EventBindings {
public:
- static ChromeV8Extension* Create(Dispatcher* dispatcher,
- ChromeV8Context* context);
+ static ObjectBackedNativeHandler* Create(Dispatcher* dispatcher,
+ ScriptContext* context);
};
} // namespace extensions
-#endif // CHROME_RENDERER_EXTENSIONS_EVENT_BINDINGS_H_
+#endif // EXTENSIONS_RENDERER_EVENT_BINDINGS_H_
« no previous file with comments | « extensions/extensions.gyp ('k') | extensions/renderer/event_bindings.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698