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

Side by Side Diff: third_party/WebKit/WebCore/loader/FrameLoader.cpp

Issue 9746: Change old code from "unloadListnerChanged" model to new WebKit EnableSuddenT... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 12 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 | Annotate | Revision Log
OLDNEW
1 /* 1 /*
2 * Copyright (C) 2006, 2007, 2008 Apple Inc. All rights reserved. 2 * Copyright (C) 2006, 2007, 2008 Apple Inc. All rights reserved.
3 * Copyright (C) 2008 Nokia Corporation and/or its subsidiary(-ies) 3 * Copyright (C) 2008 Nokia Corporation and/or its subsidiary(-ies)
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 5267 matching lines...) Expand 10 before | Expand all | Expand 10 after
5278 removeAllLowBandwidthDisplayRequests(); 5278 removeAllLowBandwidthDisplayRequests();
5279 m_pendingSourceInLowBandwidthDisplay = String(); 5279 m_pendingSourceInLowBandwidthDisplay = String();
5280 m_finishedParsingDuringLowBandwidthDisplay = false; 5280 m_finishedParsingDuringLowBandwidthDisplay = false;
5281 m_needToSwitchOutLowBandwidthDisplay = false; 5281 m_needToSwitchOutLowBandwidthDisplay = false;
5282 } 5282 }
5283 } 5283 }
5284 } 5284 }
5285 5285
5286 #endif 5286 #endif
5287 5287
5288 void FrameLoader::unloadListenerChanged() {
5289 m_client->unloadListenerChanged();
5290 }
5291
5292 } // namespace WebCore 5288 } // namespace WebCore
OLDNEW
« no previous file with comments | « third_party/WebKit/WebCore/loader/FrameLoader.h ('k') | third_party/WebKit/WebCore/loader/FrameLoaderClient.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698