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

Side by Side Diff: android_webview/renderer/aw_content_renderer_client.h

Issue 82803002: Register WideVine keysystem for WebView. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Remove '.hrnoncompositing' keysystem. Created 7 years 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
« no previous file with comments | « android_webview/renderer/DEPS ('k') | android_webview/renderer/aw_content_renderer_client.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright 2012 The Chromium Authors. All rights reserved. 1 // Copyright 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 ANDROID_WEBVIEW_RENDERER_AW_CONTENT_RENDERER_CLIENT_H_ 5 #ifndef ANDROID_WEBVIEW_RENDERER_AW_CONTENT_RENDERER_CLIENT_H_
6 #define ANDROID_WEBVIEW_RENDERER_AW_CONTENT_RENDERER_CLIENT_H_ 6 #define ANDROID_WEBVIEW_RENDERER_AW_CONTENT_RENDERER_CLIENT_H_
7 7
8 #include "content/public/renderer/content_renderer_client.h" 8 #include "content/public/renderer/content_renderer_client.h"
9 9
10 #include "android_webview/renderer/aw_render_process_observer.h" 10 #include "android_webview/renderer/aw_render_process_observer.h"
(...skipping 19 matching lines...) Expand all
30 virtual void GetNavigationErrorStrings( 30 virtual void GetNavigationErrorStrings(
31 blink::WebFrame* frame, 31 blink::WebFrame* frame,
32 const blink::WebURLRequest& failed_request, 32 const blink::WebURLRequest& failed_request,
33 const blink::WebURLError& error, 33 const blink::WebURLError& error,
34 const std::string& accept_languages, 34 const std::string& accept_languages,
35 std::string* error_html, 35 std::string* error_html,
36 string16* error_description) OVERRIDE; 36 string16* error_description) OVERRIDE;
37 virtual unsigned long long VisitedLinkHash(const char* canonical_url, 37 virtual unsigned long long VisitedLinkHash(const char* canonical_url,
38 size_t length) OVERRIDE; 38 size_t length) OVERRIDE;
39 virtual bool IsLinkVisited(unsigned long long link_hash) OVERRIDE; 39 virtual bool IsLinkVisited(unsigned long long link_hash) OVERRIDE;
40 virtual void AddKeySystems(
41 std::vector<content::KeySystemInfo>* key_systems) OVERRIDE;
40 42
41 private: 43 private:
42 scoped_ptr<AwRenderProcessObserver> aw_render_process_observer_; 44 scoped_ptr<AwRenderProcessObserver> aw_render_process_observer_;
43 scoped_ptr<visitedlink::VisitedLinkSlave> visited_link_slave_; 45 scoped_ptr<visitedlink::VisitedLinkSlave> visited_link_slave_;
44 }; 46 };
45 47
46 } // namespace android_webview 48 } // namespace android_webview
47 49
48 #endif // ANDROID_WEBVIEW_RENDERER_AW_CONTENT_RENDERER_CLIENT_H_ 50 #endif // ANDROID_WEBVIEW_RENDERER_AW_CONTENT_RENDERER_CLIENT_H_
OLDNEW
« no previous file with comments | « android_webview/renderer/DEPS ('k') | android_webview/renderer/aw_content_renderer_client.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698