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

Unified Diff: chrome/renderer/extensions/extension_process_bindings.h

Issue 125280: Send port-closed notification when a frame with ports unloads.... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 years, 6 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
Index: chrome/renderer/extensions/extension_process_bindings.h
===================================================================
--- chrome/renderer/extensions/extension_process_bindings.h (revision 18701)
+++ chrome/renderer/extensions/extension_process_bindings.h (working copy)
@@ -18,7 +18,6 @@
public:
static void SetFunctionNames(const std::vector<std::string>& names);
static v8::Extension* Get();
- static void RegisterExtensionContext(WebFrame* frame);
static void HandleResponse(int request_id, bool success,
const std::string& response,
const std::string& error);
Property changes on: chrome\renderer\extensions\extension_process_bindings.h
___________________________________________________________________
Added: svn:eol-style
+ LF
« no previous file with comments | « chrome/renderer/extensions/event_bindings.cc ('k') | chrome/renderer/extensions/extension_process_bindings.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698