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

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

Issue 6951008: Have AppCache code go through the content embedder API for content settings checks. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 9 years, 7 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 | « no previous file | chrome/browser/browsing_data_remover.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) 2011 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2011 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 23 matching lines...) Expand all
34 #include "chrome/browser/automation/automation_provider_list.h" 34 #include "chrome/browser/automation/automation_provider_list.h"
35 #include "chrome/browser/automation/automation_provider_observers.h" 35 #include "chrome/browser/automation/automation_provider_observers.h"
36 #include "chrome/browser/automation/automation_tab_tracker.h" 36 #include "chrome/browser/automation/automation_tab_tracker.h"
37 #include "chrome/browser/automation/automation_util.h" 37 #include "chrome/browser/automation/automation_util.h"
38 #include "chrome/browser/automation/automation_window_tracker.h" 38 #include "chrome/browser/automation/automation_window_tracker.h"
39 #include "chrome/browser/automation/ui_controls.h" 39 #include "chrome/browser/automation/ui_controls.h"
40 #include "chrome/browser/bookmarks/bookmark_model.h" 40 #include "chrome/browser/bookmarks/bookmark_model.h"
41 #include "chrome/browser/bookmarks/bookmark_storage.h" 41 #include "chrome/browser/bookmarks/bookmark_storage.h"
42 #include "chrome/browser/browser_process.h" 42 #include "chrome/browser/browser_process.h"
43 #include "chrome/browser/browser_shutdown.h" 43 #include "chrome/browser/browser_shutdown.h"
44 #include "chrome/browser/content_settings/host_content_settings_map.h"
44 #include "chrome/browser/debugger/devtools_manager.h" 45 #include "chrome/browser/debugger/devtools_manager.h"
45 #include "chrome/browser/download/download_prefs.h" 46 #include "chrome/browser/download/download_prefs.h"
46 #include "chrome/browser/download/download_shelf.h" 47 #include "chrome/browser/download/download_shelf.h"
47 #include "chrome/browser/download/save_package.h" 48 #include "chrome/browser/download/save_package.h"
48 #include "chrome/browser/extensions/extension_host.h" 49 #include "chrome/browser/extensions/extension_host.h"
49 #include "chrome/browser/extensions/extension_service.h" 50 #include "chrome/browser/extensions/extension_service.h"
50 #include "chrome/browser/extensions/extension_updater.h" 51 #include "chrome/browser/extensions/extension_updater.h"
51 #include "chrome/browser/history/top_sites.h" 52 #include "chrome/browser/history/top_sites.h"
52 #include "chrome/browser/importer/importer_host.h" 53 #include "chrome/browser/importer/importer_host.h"
53 #include "chrome/browser/instant/instant_controller.h" 54 #include "chrome/browser/instant/instant_controller.h"
(...skipping 5650 matching lines...) Expand 10 before | Expand all | Expand 10 after
5704 IPC::ParamTraits<std::vector<GURL> >::Write(reply_message_, redirects_gurl); 5705 IPC::ParamTraits<std::vector<GURL> >::Write(reply_message_, redirects_gurl);
5705 5706
5706 Send(reply_message_); 5707 Send(reply_message_);
5707 redirect_query_ = 0; 5708 redirect_query_ = 0;
5708 reply_message_ = NULL; 5709 reply_message_ = NULL;
5709 } 5710 }
5710 5711
5711 void TestingAutomationProvider::OnRemoveProvider() { 5712 void TestingAutomationProvider::OnRemoveProvider() {
5712 AutomationProviderList::GetInstance()->RemoveProvider(this); 5713 AutomationProviderList::GetInstance()->RemoveProvider(this);
5713 } 5714 }
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/browsing_data_remover.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698