| OLD | NEW |
| 1 /* | 1 /* |
| 2 * Copyright (C) 2006, 2007, 2008, 2009, 2010, 2011, 2012 Apple Inc. All rights | 2 * Copyright (C) 2006, 2007, 2008, 2009, 2010, 2011, 2012 Apple Inc. All rights |
| 3 * reserved. | 3 * reserved. |
| 4 * Copyright (C) 2012 Google Inc. All rights reserved. | 4 * Copyright (C) 2012 Google Inc. All rights reserved. |
| 5 * | 5 * |
| 6 * Redistribution and use in source and binary forms, with or without | 6 * Redistribution and use in source and binary forms, with or without |
| 7 * modification, are permitted provided that the following conditions | 7 * modification, are permitted provided that the following conditions |
| 8 * are met: | 8 * are met: |
| 9 * | 9 * |
| 10 * 1. Redistributions of source code must retain the above copyright | 10 * 1. Redistributions of source code must retain the above copyright |
| (...skipping 51 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 62 class HTMLFrameElementBase; | 62 class HTMLFrameElementBase; |
| 63 class HTMLFrameOwnerElement; | 63 class HTMLFrameOwnerElement; |
| 64 class HTMLMediaElement; | 64 class HTMLMediaElement; |
| 65 class HTMLPlugInElement; | 65 class HTMLPlugInElement; |
| 66 class HistoryItem; | 66 class HistoryItem; |
| 67 class KURL; | 67 class KURL; |
| 68 class LocalFrame; | 68 class LocalFrame; |
| 69 class ResourceError; | 69 class ResourceError; |
| 70 class ResourceRequest; | 70 class ResourceRequest; |
| 71 class ResourceResponse; | 71 class ResourceResponse; |
| 72 class ScriptState; | |
| 73 class SecurityOrigin; | 72 class SecurityOrigin; |
| 74 class SharedWorkerRepositoryClient; | 73 class SharedWorkerRepositoryClient; |
| 75 class SubstituteData; | 74 class SubstituteData; |
| 76 class WebApplicationCacheHost; | 75 class WebApplicationCacheHost; |
| 77 class WebApplicationCacheHostClient; | 76 class WebApplicationCacheHostClient; |
| 78 class WebCookieJar; | 77 class WebCookieJar; |
| 79 class WebMediaPlayer; | 78 class WebMediaPlayer; |
| 80 class WebMediaPlayerClient; | 79 class WebMediaPlayerClient; |
| 81 class WebMediaPlayerSource; | 80 class WebMediaPlayerSource; |
| 82 class WebRemotePlaybackClient; | 81 class WebRemotePlaybackClient; |
| (...skipping 256 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 339 } | 338 } |
| 340 | 339 |
| 341 // Overwrites the given URL to use an HTML5 embed if possible. An empty URL is | 340 // Overwrites the given URL to use an HTML5 embed if possible. An empty URL is |
| 342 // returned if the URL is not overriden. | 341 // returned if the URL is not overriden. |
| 343 virtual KURL overrideFlashEmbedWithHTML(const KURL&) { return KURL(); } | 342 virtual KURL overrideFlashEmbedWithHTML(const KURL&) { return KURL(); } |
| 344 }; | 343 }; |
| 345 | 344 |
| 346 } // namespace blink | 345 } // namespace blink |
| 347 | 346 |
| 348 #endif // FrameLoaderClient_h | 347 #endif // FrameLoaderClient_h |
| OLD | NEW |