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

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

Issue 2934004: Try to cut down Browser/TabContents header dependencies. (Closed) Base URL: http://src.chromium.org/git/chromium.git
Patch Set: fix unit tests compile Created 10 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 | « no previous file | chrome/browser/browser.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) 2010 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2010 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/automation_provider.h" 5 #include "chrome/browser/automation/automation_provider.h"
6 6
7 #include <set> 7 #include <set>
8 8
9 #include "app/l10n_util.h" 9 #include "app/l10n_util.h"
10 #include "app/message_box_flags.h" 10 #include "app/message_box_flags.h"
(...skipping 15 matching lines...) Expand all
26 #include "base/values.h" 26 #include "base/values.h"
27 #include "base/waitable_event.h" 27 #include "base/waitable_event.h"
28 #include "chrome/app/chrome_dll_resource.h" 28 #include "chrome/app/chrome_dll_resource.h"
29 #include "chrome/app/chrome_version_info.h" 29 #include "chrome/app/chrome_version_info.h"
30 #include "chrome/browser/app_modal_dialog.h" 30 #include "chrome/browser/app_modal_dialog.h"
31 #include "chrome/browser/app_modal_dialog_queue.h" 31 #include "chrome/browser/app_modal_dialog_queue.h"
32 #include "chrome/browser/automation/automation_extension_tracker.h" 32 #include "chrome/browser/automation/automation_extension_tracker.h"
33 #include "chrome/browser/automation/automation_provider_list.h" 33 #include "chrome/browser/automation/automation_provider_list.h"
34 #include "chrome/browser/automation/automation_provider_observers.h" 34 #include "chrome/browser/automation/automation_provider_observers.h"
35 #include "chrome/browser/automation/extension_port_container.h" 35 #include "chrome/browser/automation/extension_port_container.h"
36 #include "chrome/browser/autocomplete/autocomplete_edit.h"
36 #include "chrome/browser/blocked_popup_container.h" 37 #include "chrome/browser/blocked_popup_container.h"
37 #include "chrome/browser/bookmarks/bookmark_model.h" 38 #include "chrome/browser/bookmarks/bookmark_model.h"
38 #include "chrome/browser/bookmarks/bookmark_storage.h" 39 #include "chrome/browser/bookmarks/bookmark_storage.h"
39 #include "chrome/browser/browser_list.h" 40 #include "chrome/browser/browser_list.h"
40 #include "chrome/browser/browser_process.h" 41 #include "chrome/browser/browser_process.h"
41 #include "chrome/browser/browser_window.h" 42 #include "chrome/browser/browser_window.h"
42 #include "chrome/browser/browsing_data_remover.h" 43 #include "chrome/browser/browsing_data_remover.h"
43 #include "chrome/browser/character_encoding.h" 44 #include "chrome/browser/character_encoding.h"
44 #include "chrome/browser/chrome_thread.h" 45 #include "chrome/browser/chrome_thread.h"
45 #include "chrome/browser/dom_operation_notification_details.h" 46 #include "chrome/browser/dom_operation_notification_details.h"
(...skipping 3564 matching lines...) Expand 10 before | Expand all | Expand 10 after
3610 } 3611 }
3611 3612
3612 void AutomationProvider::WaitForPopupMenuToOpen(IPC::Message* reply_message) { 3613 void AutomationProvider::WaitForPopupMenuToOpen(IPC::Message* reply_message) {
3613 NOTIMPLEMENTED(); 3614 NOTIMPLEMENTED();
3614 } 3615 }
3615 #endif // !defined(TOOLKIT_VIEWS) 3616 #endif // !defined(TOOLKIT_VIEWS)
3616 3617
3617 void AutomationProvider::ResetToDefaultTheme() { 3618 void AutomationProvider::ResetToDefaultTheme() {
3618 profile_->ClearTheme(); 3619 profile_->ClearTheme();
3619 } 3620 }
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/browser.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698