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

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

Issue 2449553002: Remove dead DocumentState metrics tracking code (Closed)
Patch Set: fix tests Created 4 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
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 240 matching lines...) Expand 10 before | Expand all | Expand 10 after
251 251
252 void dispatchWillSendRequest(ResourceRequest&) override {} 252 void dispatchWillSendRequest(ResourceRequest&) override {}
253 void dispatchDidReceiveResponse(const ResourceResponse&) override {} 253 void dispatchDidReceiveResponse(const ResourceResponse&) override {}
254 void dispatchDidLoadResourceFromMemoryCache( 254 void dispatchDidLoadResourceFromMemoryCache(
255 const ResourceRequest&, 255 const ResourceRequest&,
256 const ResourceResponse&) override {} 256 const ResourceResponse&) override {}
257 257
258 void dispatchDidHandleOnloadEvents() override {} 258 void dispatchDidHandleOnloadEvents() override {}
259 void dispatchDidReceiveServerRedirectForProvisionalLoad() override {} 259 void dispatchDidReceiveServerRedirectForProvisionalLoad() override {}
260 void dispatchWillCommitProvisionalLoad() override {} 260 void dispatchWillCommitProvisionalLoad() override {}
261 void dispatchDidStartProvisionalLoad(double triggeringEventTime) override {} 261 void dispatchDidStartProvisionalLoad() override {}
262 void dispatchDidReceiveTitle(const String&) override {} 262 void dispatchDidReceiveTitle(const String&) override {}
263 void dispatchDidChangeIcons(IconType) override {} 263 void dispatchDidChangeIcons(IconType) override {}
264 void dispatchDidCommitLoad(HistoryItem*, HistoryCommitType) override {} 264 void dispatchDidCommitLoad(HistoryItem*, HistoryCommitType) override {}
265 void dispatchDidFailProvisionalLoad(const ResourceError&, 265 void dispatchDidFailProvisionalLoad(const ResourceError&,
266 HistoryCommitType) override {} 266 HistoryCommitType) override {}
267 void dispatchDidFailLoad(const ResourceError&, HistoryCommitType) override {} 267 void dispatchDidFailLoad(const ResourceError&, HistoryCommitType) override {}
268 void dispatchDidFinishDocumentLoad() override {} 268 void dispatchDidFinishDocumentLoad() override {}
269 void dispatchDidFinishLoad() override {} 269 void dispatchDidFinishLoad() override {}
270 void dispatchDidChangeThemeColor() override {} 270 void dispatchDidChangeThemeColor() override {}
271 271
(...skipping 151 matching lines...) Expand 10 before | Expand all | Expand 10 after
423 ~EmptyContextMenuClient() override {} 423 ~EmptyContextMenuClient() override {}
424 bool showContextMenu(const ContextMenu*, bool) override { return false; } 424 bool showContextMenu(const ContextMenu*, bool) override { return false; }
425 void clearContextMenu() override {} 425 void clearContextMenu() override {}
426 }; 426 };
427 427
428 CORE_EXPORT void fillWithEmptyClients(Page::PageClients&); 428 CORE_EXPORT void fillWithEmptyClients(Page::PageClients&);
429 429
430 } // namespace blink 430 } // namespace blink
431 431
432 #endif // EmptyClients_h 432 #endif // EmptyClients_h
OLDNEW
« no previous file with comments | « content/renderer/render_frame_impl.cc ('k') | third_party/WebKit/Source/core/loader/FrameLoader.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698