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

Side by Side Diff: chrome/browser/automation/testing_automation_provider.cc

Issue 9382037: Move ContextMenuParams struct from webkit/glue to content/public/common. The reasons are: (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: fix mac Created 8 years, 10 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
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 "chrome/browser/automation/testing_automation_provider.h" 5 #include "chrome/browser/automation/testing_automation_provider.h"
6 6
7 #include <map> 7 #include <map>
8 #include <set> 8 #include <set>
9 #include <string> 9 #include <string>
10 #include <vector> 10 #include <vector>
(...skipping 113 matching lines...) Expand 10 before | Expand all | Expand 10 after
124 #include "content/browser/renderer_host/render_widget_host_view.h" 124 #include "content/browser/renderer_host/render_widget_host_view.h"
125 #include "content/public/browser/browser_child_process_host_iterator.h" 125 #include "content/public/browser/browser_child_process_host_iterator.h"
126 #include "content/public/browser/child_process_data.h" 126 #include "content/public/browser/child_process_data.h"
127 #include "content/public/browser/favicon_status.h" 127 #include "content/public/browser/favicon_status.h"
128 #include "content/public/browser/interstitial_page.h" 128 #include "content/public/browser/interstitial_page.h"
129 #include "content/public/browser/interstitial_page_delegate.h" 129 #include "content/public/browser/interstitial_page_delegate.h"
130 #include "content/public/browser/navigation_entry.h" 130 #include "content/public/browser/navigation_entry.h"
131 #include "content/public/browser/notification_service.h" 131 #include "content/public/browser/notification_service.h"
132 #include "content/public/browser/plugin_service.h" 132 #include "content/public/browser/plugin_service.h"
133 #include "content/public/browser/render_process_host.h" 133 #include "content/public/browser/render_process_host.h"
134 #include "content/public/browser/ssl_status.h"
135 #include "content/public/browser/web_contents.h" 134 #include "content/public/browser/web_contents.h"
136 #include "content/public/common/child_process_host.h" 135 #include "content/public/common/child_process_host.h"
137 #include "content/public/common/common_param_traits.h" 136 #include "content/public/common/common_param_traits.h"
137 #include "content/public/common/ssl_status.h"
138 #include "net/base/cookie_store.h" 138 #include "net/base/cookie_store.h"
139 #include "third_party/WebKit/Source/WebKit/chromium/public/WebInputEvent.h" 139 #include "third_party/WebKit/Source/WebKit/chromium/public/WebInputEvent.h"
140 #include "ui/base/events.h" 140 #include "ui/base/events.h"
141 #include "ui/base/keycodes/keyboard_codes.h" 141 #include "ui/base/keycodes/keyboard_codes.h"
142 #include "ui/base/ui_base_types.h" 142 #include "ui/base/ui_base_types.h"
143 #include "webkit/glue/webdropdata.h" 143 #include "webkit/glue/webdropdata.h"
144 #include "webkit/plugins/webplugininfo.h" 144 #include "webkit/plugins/webplugininfo.h"
145 145
146 #if defined(ENABLE_CONFIGURATION_POLICY) 146 #if defined(ENABLE_CONFIGURATION_POLICY)
147 #include "chrome/browser/policy/browser_policy_connector.h" 147 #include "chrome/browser/policy/browser_policy_connector.h"
(...skipping 6822 matching lines...) Expand 10 before | Expand all | Expand 10 after
6970 6970
6971 Send(reply_message_); 6971 Send(reply_message_);
6972 redirect_query_ = 0; 6972 redirect_query_ = 0;
6973 reply_message_ = NULL; 6973 reply_message_ = NULL;
6974 } 6974 }
6975 6975
6976 void TestingAutomationProvider::OnRemoveProvider() { 6976 void TestingAutomationProvider::OnRemoveProvider() {
6977 if (g_browser_process) 6977 if (g_browser_process)
6978 g_browser_process->GetAutomationProviderList()->RemoveProvider(this); 6978 g_browser_process->GetAutomationProviderList()->RemoveProvider(this);
6979 } 6979 }
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/chromeos/choose_mobile_network_dialog.h » ('j') | content/public/common/context_menu_params.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698