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

Side by Side Diff: Source/core/page/Navigator.cpp

Issue 17569013: Remove unused includes from core/inspector, core/loader and core/page (Closed) Base URL: https://chromium.googlesource.com/chromium/blink@master
Patch Set: rebased Created 7 years, 5 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
« no previous file with comments | « Source/core/page/Navigator.h ('k') | Source/core/page/Page.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 /* 1 /*
2 * Copyright (C) 2000 Harri Porten (porten@kde.org) 2 * Copyright (C) 2000 Harri Porten (porten@kde.org)
3 * Copyright (c) 2000 Daniel Molkentin (molkentin@kde.org) 3 * Copyright (c) 2000 Daniel Molkentin (molkentin@kde.org)
4 * Copyright (c) 2000 Stefan Schimanski (schimmi@kde.org) 4 * Copyright (c) 2000 Stefan Schimanski (schimmi@kde.org)
5 * Copyright (C) 2003, 2004, 2005, 2006 Apple Computer, Inc. 5 * Copyright (C) 2003, 2004, 2005, 2006 Apple Computer, Inc.
6 * Copyright (C) 2008 Nokia Corporation and/or its subsidiary(-ies) 6 * Copyright (C) 2008 Nokia Corporation and/or its subsidiary(-ies)
7 * 7 *
8 * This library is free software; you can redistribute it and/or 8 * This library is free software; you can redistribute it and/or
9 * modify it under the terms of the GNU Lesser General Public 9 * modify it under the terms of the GNU Lesser General Public
10 * License as published by the Free Software Foundation; either 10 * License as published by the Free Software Foundation; either
11 * version 2 of the License, or (at your option) any later version. 11 * version 2 of the License, or (at your option) any later version.
12 * 12 *
13 * This library is distributed in the hope that it will be useful, 13 * This library is distributed in the hope that it will be useful,
14 * but WITHOUT ANY WARRANTY; without even the implied warranty of 14 * but WITHOUT ANY WARRANTY; without even the implied warranty of
15 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 15 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
16 * Lesser General Public License for more details. 16 * Lesser General Public License for more details.
17 * 17 *
18 * You should have received a copy of the GNU Lesser General Public 18 * You should have received a copy of the GNU Lesser General Public
19 * License along with this library; if not, write to the Free Software 19 * License along with this library; if not, write to the Free Software
20 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 U SA 20 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 U SA
21 */ 21 */
22 22
23 #include "config.h" 23 #include "config.h"
24 #include "core/page/Navigator.h" 24 #include "core/page/Navigator.h"
25 25
26 #include <wtf/HashSet.h>
27 #include <wtf/StdLibExtras.h>
28 #include "bindings/v8/ScriptController.h" 26 #include "bindings/v8/ScriptController.h"
29 #include "core/dom/Document.h" 27 #include "core/dom/Document.h"
30 #include "core/loader/CookieJar.h" 28 #include "core/loader/CookieJar.h"
31 #include "core/loader/FrameLoader.h" 29 #include "core/loader/FrameLoader.h"
32 #include "core/page/Frame.h" 30 #include "core/page/Frame.h"
33 #include "core/page/Page.h" 31 #include "core/page/Page.h"
34 #include "core/page/Settings.h" 32 #include "core/page/Settings.h"
35 #include "core/platform/Language.h" 33 #include "core/platform/Language.h"
36 #include "core/plugins/DOMMimeTypeArray.h" 34 #include "core/plugins/DOMMimeTypeArray.h"
37 #include "core/plugins/DOMPluginArray.h" 35 #include "core/plugins/DOMPluginArray.h"
(...skipping 90 matching lines...) Expand 10 before | Expand all | Expand 10 after
128 126
129 return true; 127 return true;
130 } 128 }
131 129
132 void Navigator::getStorageUpdates() 130 void Navigator::getStorageUpdates()
133 { 131 {
134 // FIXME: Remove this method or rename to yieldForStorageUpdates. 132 // FIXME: Remove this method or rename to yieldForStorageUpdates.
135 } 133 }
136 134
137 } // namespace WebCore 135 } // namespace WebCore
OLDNEW
« no previous file with comments | « Source/core/page/Navigator.h ('k') | Source/core/page/Page.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698