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

Side by Side Diff: content/shell/renderer/shell_render_process_observer.cc

Issue 22723005: Remove gc extension from webkit/support (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: put gc_extension in content/shell/renderer Created 7 years, 4 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 | « content/shell/renderer/gc_extension.cc ('k') | webkit/support/gc_extension.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 // Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2012 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 "content/shell/renderer/shell_render_process_observer.h" 5 #include "content/shell/renderer/shell_render_process_observer.h"
6 6
7 #include "base/command_line.h" 7 #include "base/command_line.h"
8 #include "content/public/common/content_client.h" 8 #include "content/public/common/content_client.h"
9 #include "content/public/renderer/render_thread.h" 9 #include "content/public/renderer/render_thread.h"
10 #include "content/public/renderer/render_view.h" 10 #include "content/public/renderer/render_view.h"
11 #include "content/public/test/layouttest_support.h" 11 #include "content/public/test/layouttest_support.h"
12 #include "content/shell/common/shell_messages.h" 12 #include "content/shell/common/shell_messages.h"
13 #include "content/shell/common/shell_switches.h" 13 #include "content/shell/common/shell_switches.h"
14 #include "content/shell/renderer/gc_extension.h"
14 #include "content/shell/renderer/shell_content_renderer_client.h" 15 #include "content/shell/renderer/shell_content_renderer_client.h"
15 #include "content/shell/renderer/webkit_test_runner.h" 16 #include "content/shell/renderer/webkit_test_runner.h"
16 #include "third_party/WebKit/public/testing/WebTestInterfaces.h" 17 #include "third_party/WebKit/public/testing/WebTestInterfaces.h"
17 #include "third_party/WebKit/public/web/WebView.h" 18 #include "third_party/WebKit/public/web/WebView.h"
18 #include "webkit/glue/webkit_glue.h" 19 #include "webkit/glue/webkit_glue.h"
19 #include "webkit/support/gc_extension.h"
20 20
21 using WebKit::WebFrame; 21 using WebKit::WebFrame;
22 using WebTestRunner::WebTestDelegate; 22 using WebTestRunner::WebTestDelegate;
23 using WebTestRunner::WebTestInterfaces; 23 using WebTestRunner::WebTestInterfaces;
24 24
25 namespace content { 25 namespace content {
26 26
27 namespace { 27 namespace {
28 ShellRenderProcessObserver* g_instance = NULL; 28 ShellRenderProcessObserver* g_instance = NULL;
29 } 29 }
(...skipping 52 matching lines...) Expand 10 before | Expand all | Expand 10 after
82 82
83 return handled; 83 return handled;
84 } 84 }
85 85
86 void ShellRenderProcessObserver::OnSetWebKitSourceDir( 86 void ShellRenderProcessObserver::OnSetWebKitSourceDir(
87 const base::FilePath& webkit_source_dir) { 87 const base::FilePath& webkit_source_dir) {
88 webkit_source_dir_ = webkit_source_dir; 88 webkit_source_dir_ = webkit_source_dir;
89 } 89 }
90 90
91 } // namespace content 91 } // namespace content
OLDNEW
« no previous file with comments | « content/shell/renderer/gc_extension.cc ('k') | webkit/support/gc_extension.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698