| Index: chrome/renderer/render_view.h
|
| ===================================================================
|
| --- chrome/renderer/render_view.h (revision 13375)
|
| +++ chrome/renderer/render_view.h (working copy)
|
| @@ -1,4 +1,4 @@
|
| -// Copyright (c) 2006-2008 The Chromium Authors. All rights reserved.
|
| +// Copyright (c) 2009 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.
|
|
|
| @@ -385,6 +385,8 @@
|
| void GetAudioVolume(int stream_id);
|
| void SetAudioVolume(int stream_id, double left, double right);
|
|
|
| + void OnClearFocusedNode();
|
| +
|
| void SendExtensionRequest(const std::string& name, const std::string& args,
|
| int callback_id, WebFrame* web_frame);
|
| void OnExtensionResponse(int callback_id, const std::string& response);
|
|
|