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

Side by Side Diff: webkit/tools/test_shell/test_shell_mac.mm

Issue 293001: Delete glue/webview{_delegate}.h (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 11 years, 2 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 | Annotate | Revision Log
« no previous file with comments | « webkit/tools/test_shell/test_shell_gtk.cc ('k') | webkit/tools/test_shell/test_shell_win.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright (c) 2006-2008 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2006-2008 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #include <ApplicationServices/ApplicationServices.h> 5 #include <ApplicationServices/ApplicationServices.h>
6 #import <Cocoa/Cocoa.h> 6 #import <Cocoa/Cocoa.h>
7 #import <objc/objc-runtime.h> 7 #import <objc/objc-runtime.h>
8 #include <sys/stat.h> 8 #include <sys/stat.h>
9 9
10 #include "webkit/tools/test_shell/test_shell.h" 10 #include "webkit/tools/test_shell/test_shell.h"
(...skipping 11 matching lines...) Expand all
22 #include "base/path_service.h" 22 #include "base/path_service.h"
23 #include "base/stats_table.h" 23 #include "base/stats_table.h"
24 #include "base/string16.h" 24 #include "base/string16.h"
25 #include "base/string_piece.h" 25 #include "base/string_piece.h"
26 #include "base/string_util.h" 26 #include "base/string_util.h"
27 #include "grit/webkit_resources.h" 27 #include "grit/webkit_resources.h"
28 #include "net/base/mime_util.h" 28 #include "net/base/mime_util.h"
29 #include "skia/ext/bitmap_platform_device.h" 29 #include "skia/ext/bitmap_platform_device.h"
30 #include "testing/gtest/include/gtest/gtest.h" 30 #include "testing/gtest/include/gtest/gtest.h"
31 #include "webkit/api/public/WebFrame.h" 31 #include "webkit/api/public/WebFrame.h"
32 #include "webkit/api/public/WebView.h"
32 #include "webkit/glue/webkit_glue.h" 33 #include "webkit/glue/webkit_glue.h"
33 #include "webkit/glue/webpreferences.h" 34 #include "webkit/glue/webpreferences.h"
34 #include "webkit/glue/webview.h"
35 #include "webkit/glue/plugins/plugin_list.h" 35 #include "webkit/glue/plugins/plugin_list.h"
36 #include "webkit/tools/test_shell/mac/test_shell_webview.h" 36 #include "webkit/tools/test_shell/mac/test_shell_webview.h"
37 #include "webkit/tools/test_shell/resource.h" 37 #include "webkit/tools/test_shell/resource.h"
38 #include "webkit/tools/test_shell/simple_resource_loader_bridge.h" 38 #include "webkit/tools/test_shell/simple_resource_loader_bridge.h"
39 #include "webkit/tools/test_shell/test_navigation_controller.h" 39 #include "webkit/tools/test_shell/test_navigation_controller.h"
40 40
41 #include "third_party/skia/include/core/SkBitmap.h" 41 #include "third_party/skia/include/core/SkBitmap.h"
42 42
43 #import "mac/DumpRenderTreePasteboard.h" 43 #import "mac/DumpRenderTreePasteboard.h"
44 44
(...skipping 653 matching lines...) Expand 10 before | Expand all | Expand 10 after
698 return false; 698 return false;
699 } 699 }
700 700
701 void DidLoadPlugin(const std::string& filename) { 701 void DidLoadPlugin(const std::string& filename) {
702 } 702 }
703 703
704 void DidUnloadPlugin(const std::string& filename) { 704 void DidUnloadPlugin(const std::string& filename) {
705 } 705 }
706 706
707 } // namespace webkit_glue 707 } // namespace webkit_glue
OLDNEW
« no previous file with comments | « webkit/tools/test_shell/test_shell_gtk.cc ('k') | webkit/tools/test_shell/test_shell_win.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698