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

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

Issue 2901223003: PlzNavigate: Fix wrong SourceLocation. (Closed)
Patch Set: Rebase + Fix conflicts. Created 3 years, 6 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 272 matching lines...) Expand 10 before | Expand all | Expand 10 after
283 void DispatchDidCommitLoad(HistoryItem*, HistoryCommitType) override {} 283 void DispatchDidCommitLoad(HistoryItem*, HistoryCommitType) override {}
284 void DispatchDidFailProvisionalLoad(const ResourceError&, 284 void DispatchDidFailProvisionalLoad(const ResourceError&,
285 HistoryCommitType) override {} 285 HistoryCommitType) override {}
286 void DispatchDidFailLoad(const ResourceError&, HistoryCommitType) override {} 286 void DispatchDidFailLoad(const ResourceError&, HistoryCommitType) override {}
287 void DispatchDidFinishDocumentLoad() override {} 287 void DispatchDidFinishDocumentLoad() override {}
288 void DispatchDidFinishLoad() override {} 288 void DispatchDidFinishLoad() override {}
289 void DispatchDidChangeThemeColor() override {} 289 void DispatchDidChangeThemeColor() override {}
290 290
291 NavigationPolicy DecidePolicyForNavigation( 291 NavigationPolicy DecidePolicyForNavigation(
292 const ResourceRequest&, 292 const ResourceRequest&,
293 Document* origin_document,
293 DocumentLoader*, 294 DocumentLoader*,
294 NavigationType, 295 NavigationType,
295 NavigationPolicy, 296 NavigationPolicy,
296 bool, 297 bool,
297 bool, 298 bool,
298 HTMLFormElement*, 299 HTMLFormElement*,
299 ContentSecurityPolicyDisposition) override; 300 ContentSecurityPolicyDisposition) override;
300 301
301 void DispatchWillSendSubmitEvent(HTMLFormElement*) override; 302 void DispatchWillSendSubmitEvent(HTMLFormElement*) override;
302 void DispatchWillSubmitForm(HTMLFormElement*) override; 303 void DispatchWillSubmitForm(HTMLFormElement*) override;
(...skipping 178 matching lines...) Expand 10 before | Expand all | Expand 10 after
481 Frame* NextSibling() const override { return nullptr; } 482 Frame* NextSibling() const override { return nullptr; }
482 Frame* FirstChild() const override { return nullptr; } 483 Frame* FirstChild() const override { return nullptr; }
483 void FrameFocused() const override {} 484 void FrameFocused() const override {}
484 }; 485 };
485 486
486 CORE_EXPORT void FillWithEmptyClients(Page::PageClients&); 487 CORE_EXPORT void FillWithEmptyClients(Page::PageClients&);
487 488
488 } // namespace blink 489 } // namespace blink
489 490
490 #endif // EmptyClients_h 491 #endif // EmptyClients_h
OLDNEW
« no previous file with comments | « third_party/WebKit/Source/core/frame/LocalFrameClient.h ('k') | third_party/WebKit/Source/core/loader/EmptyClients.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698