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

Side by Side Diff: third_party/WebKit/Source/core/loader/EmptyClients.h

Issue 2315443003: Stop sending serialized SSLStatus to the renderer. (Closed)
Patch Set: self review fix and merge fix Created 4 years, 3 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) 2006 Eric Seidel (eric@webkit.org) 2 * Copyright (C) 2006 Eric Seidel (eric@webkit.org)
3 * Copyright (C) 2008, 2009, 2010, 2011, 2012 Apple Inc. All rights reserved. 3 * Copyright (C) 2008, 2009, 2010, 2011, 2012 Apple Inc. All rights reserved.
4 * Copyright (C) 2010 Nokia Corporation and/or its subsidiary(-ies). 4 * Copyright (C) 2010 Nokia Corporation and/or its subsidiary(-ies).
5 * Copyright (C) 2012 Samsung Electronics. All rights reserved. 5 * Copyright (C) 2012 Samsung Electronics. All rights reserved.
6 * 6 *
7 * Redistribution and use in source and binary forms, with or without 7 * Redistribution and use in source and binary forms, with or without
8 * modification, are permitted provided that the following conditions 8 * modification, are permitted provided that the following conditions
9 * are met: 9 * are met:
10 * 1. Redistributions of source code must retain the above copyright 10 * 1. Redistributions of source code must retain the above copyright
(...skipping 226 matching lines...) Expand 10 before | Expand all | Expand 10 after
237 237
238 String doNotTrackValue() override { return String(); } 238 String doNotTrackValue() override { return String(); }
239 239
240 void transitionToCommittedForNewPage() override {} 240 void transitionToCommittedForNewPage() override {}
241 241
242 bool navigateBackForward(int offset) const override { return false; } 242 bool navigateBackForward(int offset) const override { return false; }
243 void didDisplayInsecureContent() override {} 243 void didDisplayInsecureContent() override {}
244 void didRunInsecureContent(SecurityOrigin*, const KURL&) override {} 244 void didRunInsecureContent(SecurityOrigin*, const KURL&) override {}
245 void didDetectXSS(const KURL&, bool) override {} 245 void didDetectXSS(const KURL&, bool) override {}
246 void didDispatchPingLoader(const KURL&) override {} 246 void didDispatchPingLoader(const KURL&) override {}
247 void didDisplayContentWithCertificateErrors(const KURL&, const CString&) ove rride {} 247 void didDisplayContentWithCertificateErrors(const KURL&) override {}
248 void didRunContentWithCertificateErrors(const KURL&, const CString&) overrid e {} 248 void didRunContentWithCertificateErrors(const KURL&) override {}
249 void selectorMatchChanged(const Vector<String>&, const Vector<String>&) over ride {} 249 void selectorMatchChanged(const Vector<String>&, const Vector<String>&) over ride {}
250 LocalFrame* createFrame(const FrameLoadRequest&, const AtomicString&, HTMLFr ameOwnerElement*) override; 250 LocalFrame* createFrame(const FrameLoadRequest&, const AtomicString&, HTMLFr ameOwnerElement*) override;
251 Widget* createPlugin(HTMLPlugInElement*, const KURL&, const Vector<String>&, const Vector<String>&, const String&, bool, DetachedPluginPolicy) override; 251 Widget* createPlugin(HTMLPlugInElement*, const KURL&, const Vector<String>&, const Vector<String>&, const String&, bool, DetachedPluginPolicy) override;
252 bool canCreatePluginWithoutRenderer(const String& mimeType) const override { return false; } 252 bool canCreatePluginWithoutRenderer(const String& mimeType) const override { return false; }
253 std::unique_ptr<WebMediaPlayer> createWebMediaPlayer(HTMLMediaElement&, cons t WebMediaPlayerSource&, WebMediaPlayerClient*) override; 253 std::unique_ptr<WebMediaPlayer> createWebMediaPlayer(HTMLMediaElement&, cons t WebMediaPlayerSource&, WebMediaPlayerClient*) override;
254 std::unique_ptr<WebMediaSession> createWebMediaSession() override; 254 std::unique_ptr<WebMediaSession> createWebMediaSession() override;
255 255
256 ObjectContentType getObjectContentType(const KURL&, const String&, bool) ove rride { return ObjectContentType(); } 256 ObjectContentType getObjectContentType(const KURL&, const String&, bool) ove rride { return ObjectContentType(); }
257 257
258 void didCreateNewDocument() override {} 258 void didCreateNewDocument() override {}
(...skipping 68 matching lines...) Expand 10 before | Expand all | Expand 10 after
327 ~EmptyContextMenuClient() override {} 327 ~EmptyContextMenuClient() override {}
328 bool showContextMenu(const ContextMenu*, bool) override { return false; } 328 bool showContextMenu(const ContextMenu*, bool) override { return false; }
329 void clearContextMenu() override {} 329 void clearContextMenu() override {}
330 }; 330 };
331 331
332 CORE_EXPORT void fillWithEmptyClients(Page::PageClients&); 332 CORE_EXPORT void fillWithEmptyClients(Page::PageClients&);
333 333
334 } // namespace blink 334 } // namespace blink
335 335
336 #endif // EmptyClients_h 336 #endif // EmptyClients_h
OLDNEW
« no previous file with comments | « content/renderer/render_frame_impl.cc ('k') | third_party/WebKit/Source/core/loader/FrameFetchContextTest.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698