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

Side by Side Diff: Source/core/loader/FrameLoaderClient.h

Issue 26450004: Cleanup: Adding more conversion helper interfaces. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 7 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
« no previous file with comments | « no previous file | Source/core/page/ChromeClient.h » ('j') | Source/core/page/ChromeClient.h » ('J')
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 203 matching lines...) Expand 10 before | Expand all | Expand 10 after
214 virtual void didLoseWebGLContext(int) { } 214 virtual void didLoseWebGLContext(int) { }
215 215
216 // If an HTML document is being loaded, informs the embedder that the do cument will have its <body> attached soon. 216 // If an HTML document is being loaded, informs the embedder that the do cument will have its <body> attached soon.
217 virtual void dispatchWillInsertBody() { } 217 virtual void dispatchWillInsertBody() { }
218 218
219 virtual void dispatchDidChangeResourcePriority(unsigned long /*identifie r*/, ResourceLoadPriority) { } 219 virtual void dispatchDidChangeResourcePriority(unsigned long /*identifie r*/, ResourceLoadPriority) { }
220 220
221 virtual WebKit::WebServiceWorkerRegistry* serviceWorkerRegistry() = 0; 221 virtual WebKit::WebServiceWorkerRegistry* serviceWorkerRegistry() = 0;
222 222
223 virtual void didStopAllLoaders() { } 223 virtual void didStopAllLoaders() { }
224
225 virtual bool isFrameLoaderClient() const { return false; }
tkent 2013/10/08 22:22:39 The function name is very confusing. This is Frame
224 }; 226 };
225 227
226 } // namespace WebCore 228 } // namespace WebCore
227 229
228 #endif // FrameLoaderClient_h 230 #endif // FrameLoaderClient_h
OLDNEW
« no previous file with comments | « no previous file | Source/core/page/ChromeClient.h » ('j') | Source/core/page/ChromeClient.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698