summaryrefslogtreecommitdiffstats
path: root/chrome/renderer/extensions/app_window_custom_bindings.h
diff options
context:
space:
mode:
authorlazyboy@chromium.org <lazyboy@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-06-24 07:26:06 +0000
committerlazyboy@chromium.org <lazyboy@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-06-24 07:26:06 +0000
commitef365530ad69bdfc15965c4cb48aa7edafc17eae (patch)
tree62469bf098a51e1f6587021e3f0b6844cd6d2c4c /chrome/renderer/extensions/app_window_custom_bindings.h
parentcde2400394e194990e98703f287a0d4ba4bbf73b (diff)
downloadchromium_src-ef365530ad69bdfc15965c4cb48aa7edafc17eae.zip
chromium_src-ef365530ad69bdfc15965c4cb48aa7edafc17eae.tar.gz
chromium_src-ef365530ad69bdfc15965c4cb48aa7edafc17eae.tar.bz2
Add ContextScope to ChromeV8Context::CallFunction.
Move (and rename) OnContextReady function to RenderViewObseverNatives, since this function is observing "document" creation, name it OnDocumentCreated instead. BUG=None Test=Not yet. Review URL: https://chromiumcodereview.appspot.com/17261015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@208164 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/renderer/extensions/app_window_custom_bindings.h')
-rw-r--r--chrome/renderer/extensions/app_window_custom_bindings.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/chrome/renderer/extensions/app_window_custom_bindings.h b/chrome/renderer/extensions/app_window_custom_bindings.h
index 1c27e10..2bdcfc8 100644
--- a/chrome/renderer/extensions/app_window_custom_bindings.h
+++ b/chrome/renderer/extensions/app_window_custom_bindings.h
@@ -17,7 +17,6 @@ class AppWindowCustomBindings : public ChromeV8Extension {
private:
void GetView(const v8::FunctionCallbackInfo<v8::Value>& args);
- void OnContextReady(const v8::FunctionCallbackInfo<v8::Value>& args);
DISALLOW_COPY_AND_ASSIGN(AppWindowCustomBindings);
};