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

Side by Side Diff: content/renderer/renderer_blink_platform_impl.h

Issue 1841653003: Drop |languages| from {Format,Elide}Url* and IDNToUnicode (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix typo in elide_url.cc Created 4 years, 8 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
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_RENDERER_RENDERER_BLINK_PLATFORM_IMPL_H_ 5 #ifndef CONTENT_RENDERER_RENDERER_BLINK_PLATFORM_IMPL_H_
6 #define CONTENT_RENDERER_RENDERER_BLINK_PLATFORM_IMPL_H_ 6 #define CONTENT_RENDERER_RENDERER_BLINK_PLATFORM_IMPL_H_
7 7
8 #include <stddef.h> 8 #include <stddef.h>
9 #include <stdint.h> 9 #include <stdint.h>
10 10
(...skipping 159 matching lines...) Expand 10 before | Expand all | Expand 10 after
170 blink::WebMediaStream* web_media_stream, 170 blink::WebMediaStream* web_media_stream,
171 blink::WebMediaPlayer* web_media_player) override; 171 blink::WebMediaPlayer* web_media_player) override;
172 blink::WebGraphicsContext3DProvider* createOffscreenGraphicsContext3DProvider( 172 blink::WebGraphicsContext3DProvider* createOffscreenGraphicsContext3DProvider(
173 const blink::Platform::ContextAttributes& attributes, 173 const blink::Platform::ContextAttributes& attributes,
174 const blink::WebURL& top_document_web_url, 174 const blink::WebURL& top_document_web_url,
175 blink::WebGraphicsContext3DProvider* share_provider, 175 blink::WebGraphicsContext3DProvider* share_provider,
176 blink::Platform::GraphicsInfo* gl_info) override; 176 blink::Platform::GraphicsInfo* gl_info) override;
177 blink::WebGraphicsContext3DProvider* 177 blink::WebGraphicsContext3DProvider*
178 createSharedOffscreenGraphicsContext3DProvider() override; 178 createSharedOffscreenGraphicsContext3DProvider() override;
179 blink::WebCompositorSupport* compositorSupport() override; 179 blink::WebCompositorSupport* compositorSupport() override;
180 blink::WebString convertIDNToUnicode( 180 blink::WebString convertIDNToUnicode(const blink::WebString& host) override;
181 const blink::WebString& host,
182 const blink::WebString& languages) override;
183 void connectToRemoteService(const char* name, 181 void connectToRemoteService(const char* name,
184 mojo::ScopedMessagePipeHandle handle) override; 182 mojo::ScopedMessagePipeHandle handle) override;
185 void startListening(blink::WebPlatformEventType, 183 void startListening(blink::WebPlatformEventType,
186 blink::WebPlatformEventListener*) override; 184 blink::WebPlatformEventListener*) override;
187 void stopListening(blink::WebPlatformEventType) override; 185 void stopListening(blink::WebPlatformEventType) override;
188 void queryStorageUsageAndQuota(const blink::WebURL& storage_partition, 186 void queryStorageUsageAndQuota(const blink::WebURL& storage_partition,
189 blink::WebStorageQuotaType, 187 blink::WebStorageQuotaType,
190 blink::WebStorageQuotaCallbacks) override; 188 blink::WebStorageQuotaCallbacks) override;
191 void vibrate(unsigned int milliseconds) override; 189 void vibrate(unsigned int milliseconds) override;
192 void cancelVibration() override; 190 void cancelVibration() override;
(...skipping 109 matching lines...) Expand 10 before | Expand all | Expand 10 after
302 WebTrialTokenValidatorImpl trial_token_validator_; 300 WebTrialTokenValidatorImpl trial_token_validator_;
303 301
304 scoped_ptr<LocalStorageCachedAreas> local_storage_cached_areas_; 302 scoped_ptr<LocalStorageCachedAreas> local_storage_cached_areas_;
305 303
306 DISALLOW_COPY_AND_ASSIGN(RendererBlinkPlatformImpl); 304 DISALLOW_COPY_AND_ASSIGN(RendererBlinkPlatformImpl);
307 }; 305 };
308 306
309 } // namespace content 307 } // namespace content
310 308
311 #endif // CONTENT_RENDERER_RENDERER_BLINK_PLATFORM_IMPL_H_ 309 #endif // CONTENT_RENDERER_RENDERER_BLINK_PLATFORM_IMPL_H_
OLDNEW
« no previous file with comments | « content/public/browser/navigation_entry.h ('k') | content/renderer/renderer_blink_platform_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698