| 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
|
|
|
|
|