84f3ff2afd
As part of introducing the Chrome runtime we now need to distinguish between the classes that implement the current CEF runtime and the classes the implement the shared CEF library/runtime structure and public API. We choose the name Alloy for the current CEF runtime because it describes a combination of Chrome and other elements. Shared CEF library/runtime classes will continue to use the Cef prefix. Classes that implement the Alloy or Chrome runtime will use the Alloy or Chrome prefixes respectively. Classes that extend an existing Chrome-prefixed class will add the Cef or Alloy suffix, thereby following the existing naming pattern of Chrome-derived classes. This change applies the new naming pattern to an initial set of runtime-related classes. Additional classes/files will be renamed and moved as the Chrome runtime implementation progresses. |
||
---|---|---|
.. | ||
extensions_dispatcher_delegate.cc | ||
extensions_dispatcher_delegate.h | ||
extensions_renderer_client.cc | ||
extensions_renderer_client.h | ||
print_render_frame_helper_delegate.cc | ||
print_render_frame_helper_delegate.h |