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

Side by Side Diff: sky/engine/core/loader/FrameLoaderClient.h

Issue 676723003: Remove postMessage, MessageChannel and MessagePort. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Created 6 years, 1 month 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
« no previous file with comments | « sky/engine/core/frame/Window.idl ('k') | sky/engine/public/platform/Platform.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 /* 1 /*
2 * Copyright (C) 2006, 2007, 2008, 2009, 2010, 2011, 2012 Apple Inc. All rights reserved. 2 * Copyright (C) 2006, 2007, 2008, 2009, 2010, 2011, 2012 Apple Inc. All rights reserved.
3 * Copyright (C) 2012 Google Inc. All rights reserved. 3 * Copyright (C) 2012 Google 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 6 * modification, are permitted provided that the following conditions
7 * are met: 7 * are met:
8 * 8 *
9 * 1. Redistributions of source code must retain the above copyright 9 * 1. 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 34 matching lines...) Expand 10 before | Expand all | Expand 10 after
45 class Document; 45 class Document;
46 class DOMWindowExtension; 46 class DOMWindowExtension;
47 class DOMWrapperWorld; 47 class DOMWrapperWorld;
48 class Element; 48 class Element;
49 class FetchRequest; 49 class FetchRequest;
50 class FrameLoader; 50 class FrameLoader;
51 class FrameNetworkingContext; 51 class FrameNetworkingContext;
52 class IntSize; 52 class IntSize;
53 class KURL; 53 class KURL;
54 class LocalFrame; 54 class LocalFrame;
55 class MessageEvent;
56 class Page; 55 class Page;
57 class ResourceError; 56 class ResourceError;
58 class ResourceHandle; 57 class ResourceHandle;
59 class ResourceRequest; 58 class ResourceRequest;
60 class ResourceResponse; 59 class ResourceResponse;
61 class SharedBuffer; 60 class SharedBuffer;
62 class Widget; 61 class Widget;
63 62
64 class FrameLoaderClient : public FrameClient { 63 class FrameLoaderClient : public FrameClient {
65 public: 64 public:
(...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after
110 virtual void dispatchDidChangeResourcePriority(unsigned long identifier, ResourceLoadPriority, int intraPriorityValue) { } 109 virtual void dispatchDidChangeResourcePriority(unsigned long identifier, ResourceLoadPriority, int intraPriorityValue) { }
111 110
112 virtual void dispatchDidChangeManifest() { } 111 virtual void dispatchDidChangeManifest() { }
113 112
114 virtual bool isFrameLoaderClientImpl() const { return false; } 113 virtual bool isFrameLoaderClientImpl() const { return false; }
115 }; 114 };
116 115
117 } // namespace blink 116 } // namespace blink
118 117
119 #endif // FrameLoaderClient_h 118 #endif // FrameLoaderClient_h
OLDNEW
« no previous file with comments | « sky/engine/core/frame/Window.idl ('k') | sky/engine/public/platform/Platform.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698