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

Side by Side Diff: third_party/WebKit/Source/web/FrameLoaderClientImpl.h

Issue 2367393002: Migrating MediaSession messages to mojo (Closed)
Patch Set: fixed layout tests Created 4 years, 2 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 /* 1 /*
2 * Copyright (C) 2009, 2012 Google Inc. All rights reserved. 2 * Copyright (C) 2009, 2012 Google Inc. All rights reserved.
3 * Copyright (C) 2011 Apple Inc. All rights reserved. 3 * Copyright (C) 2011 Apple Inc. All rights reserved.
4 * 4 *
5 * Redistribution and use in source and binary forms, with or without 5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions are 6 * modification, are permitted provided that the following conditions are
7 * met: 7 * met:
8 * 8 *
9 * * Redistributions of source code must retain the above copyright 9 * * Redistributions of source code must retain the above copyright
10 * notice, this list of conditions and the following disclaimer. 10 * notice, this list of conditions and the following disclaimer.
(...skipping 139 matching lines...) Expand 10 before | Expand all | Expand 10 after
150 const KURL&, 150 const KURL&,
151 const Vector<WTF::String>&, 151 const Vector<WTF::String>&,
152 const Vector<WTF::String>&, 152 const Vector<WTF::String>&,
153 const WTF::String&, 153 const WTF::String&,
154 bool loadManually, 154 bool loadManually,
155 DetachedPluginPolicy) override; 155 DetachedPluginPolicy) override;
156 std::unique_ptr<WebMediaPlayer> createWebMediaPlayer( 156 std::unique_ptr<WebMediaPlayer> createWebMediaPlayer(
157 HTMLMediaElement&, 157 HTMLMediaElement&,
158 const WebMediaPlayerSource&, 158 const WebMediaPlayerSource&,
159 WebMediaPlayerClient*) override; 159 WebMediaPlayerClient*) override;
160 std::unique_ptr<WebMediaSession> createWebMediaSession() override;
161 ObjectContentType getObjectContentType( 160 ObjectContentType getObjectContentType(
162 const KURL&, 161 const KURL&,
163 const WTF::String& mimeType, 162 const WTF::String& mimeType,
164 bool shouldPreferPlugInsForImages) override; 163 bool shouldPreferPlugInsForImages) override;
165 void didChangeScrollOffset() override; 164 void didChangeScrollOffset() override;
166 void didUpdateCurrentHistoryItem() override; 165 void didUpdateCurrentHistoryItem() override;
167 bool allowScript(bool enabledPerSettings) override; 166 bool allowScript(bool enabledPerSettings) override;
168 bool allowScriptFromSource(bool enabledPerSettings, 167 bool allowScriptFromSource(bool enabledPerSettings,
169 const KURL& scriptURL) override; 168 const KURL& scriptURL) override;
170 bool allowPlugins(bool enabledPerSettings) override; 169 bool allowPlugins(bool enabledPerSettings) override;
(...skipping 64 matching lines...) Expand 10 before | Expand all | Expand 10 after
235 234
236 DEFINE_TYPE_CASTS(FrameLoaderClientImpl, 235 DEFINE_TYPE_CASTS(FrameLoaderClientImpl,
237 FrameLoaderClient, 236 FrameLoaderClient,
238 client, 237 client,
239 client->isFrameLoaderClientImpl(), 238 client->isFrameLoaderClientImpl(),
240 client.isFrameLoaderClientImpl()); 239 client.isFrameLoaderClientImpl());
241 240
242 } // namespace blink 241 } // namespace blink
243 242
244 #endif 243 #endif
OLDNEW
« no previous file with comments | « third_party/WebKit/Source/modules/mediasession/OWNERS ('k') | third_party/WebKit/Source/web/FrameLoaderClientImpl.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698