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

Side by Side Diff: content/browser/renderer_host/render_view_host_impl.h

Issue 260903010: Start removing support for the experimental x-webkit-speech API (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Don't touch histograms.xml Created 6 years, 7 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 // Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #ifndef CONTENT_BROWSER_RENDERER_HOST_RENDER_VIEW_HOST_IMPL_H_ 5 #ifndef CONTENT_BROWSER_RENDERER_HOST_RENDER_VIEW_HOST_IMPL_H_
6 #define CONTENT_BROWSER_RENDERER_HOST_RENDER_VIEW_HOST_IMPL_H_ 6 #define CONTENT_BROWSER_RENDERER_HOST_RENDER_VIEW_HOST_IMPL_H_
7 7
8 #include <map> 8 #include <map>
9 #include <string> 9 #include <string>
10 #include <vector> 10 #include <vector>
(...skipping 185 matching lines...) Expand 10 before | Expand all | Expand 10 after
196 FileChooserParams::Mode permissions) OVERRIDE; 196 FileChooserParams::Mode permissions) OVERRIDE;
197 virtual RenderViewHostDelegate* GetDelegate() const OVERRIDE; 197 virtual RenderViewHostDelegate* GetDelegate() const OVERRIDE;
198 virtual int GetEnabledBindings() const OVERRIDE; 198 virtual int GetEnabledBindings() const OVERRIDE;
199 virtual SiteInstance* GetSiteInstance() const OVERRIDE; 199 virtual SiteInstance* GetSiteInstance() const OVERRIDE;
200 virtual bool IsRenderViewLive() const OVERRIDE; 200 virtual bool IsRenderViewLive() const OVERRIDE;
201 virtual void NotifyMoveOrResizeStarted() OVERRIDE; 201 virtual void NotifyMoveOrResizeStarted() OVERRIDE;
202 virtual void SetWebUIProperty(const std::string& name, 202 virtual void SetWebUIProperty(const std::string& name,
203 const std::string& value) OVERRIDE; 203 const std::string& value) OVERRIDE;
204 virtual void Zoom(PageZoom zoom) OVERRIDE; 204 virtual void Zoom(PageZoom zoom) OVERRIDE;
205 virtual void SyncRendererPrefs() OVERRIDE; 205 virtual void SyncRendererPrefs() OVERRIDE;
206 virtual void ToggleSpeechInput() OVERRIDE;
207 virtual WebPreferences GetWebkitPreferences() OVERRIDE; 206 virtual WebPreferences GetWebkitPreferences() OVERRIDE;
208 virtual void UpdateWebkitPreferences( 207 virtual void UpdateWebkitPreferences(
209 const WebPreferences& prefs) OVERRIDE; 208 const WebPreferences& prefs) OVERRIDE;
210 virtual void GetAudioOutputControllers( 209 virtual void GetAudioOutputControllers(
211 const GetAudioOutputControllersCallback& callback) const OVERRIDE; 210 const GetAudioOutputControllersCallback& callback) const OVERRIDE;
212 virtual void SetWebUIHandle(mojo::ScopedMessagePipeHandle handle) OVERRIDE; 211 virtual void SetWebUIHandle(mojo::ScopedMessagePipeHandle handle) OVERRIDE;
213 212
214 #if defined(OS_ANDROID) 213 #if defined(OS_ANDROID)
215 virtual void ActivateNearestFindResult(int request_id, 214 virtual void ActivateNearestFindResult(int request_id,
216 float x, 215 float x,
(...skipping 436 matching lines...) Expand 10 before | Expand all | Expand 10 after
653 DISALLOW_COPY_AND_ASSIGN(RenderViewHostImpl); 652 DISALLOW_COPY_AND_ASSIGN(RenderViewHostImpl);
654 }; 653 };
655 654
656 #if defined(COMPILER_MSVC) 655 #if defined(COMPILER_MSVC)
657 #pragma warning(pop) 656 #pragma warning(pop)
658 #endif 657 #endif
659 658
660 } // namespace content 659 } // namespace content
661 660
662 #endif // CONTENT_BROWSER_RENDERER_HOST_RENDER_VIEW_HOST_IMPL_H_ 661 #endif // CONTENT_BROWSER_RENDERER_HOST_RENDER_VIEW_HOST_IMPL_H_
OLDNEW
« no previous file with comments | « content/browser/renderer_host/render_process_host_impl.cc ('k') | content/browser/renderer_host/render_view_host_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698