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

Side by Side Diff: chrome/browser/ui/content_settings/content_setting_bubble_model.cc

Issue 2387613002: Merge Content Settings IPCs back to chrome/common/render_messages.h (Closed)
Patch Set: Cover param_traits in chrome/common/OWNERS, as requested by the presubmit script Created 4 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
« no previous file with comments | « chrome/browser/ui/BUILD.gn ('k') | chrome/common/OWNERS » ('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 "chrome/browser/ui/content_settings/content_setting_bubble_model.h" 5 #include "chrome/browser/ui/content_settings/content_setting_bubble_model.h"
6 6
7 #include <stddef.h> 7 #include <stddef.h>
8 8
9 #include "base/command_line.h" 9 #include "base/command_line.h"
10 #include "base/macros.h" 10 #include "base/macros.h"
(...skipping 13 matching lines...) Expand all
24 #include "chrome/browser/plugins/chrome_plugin_service_filter.h" 24 #include "chrome/browser/plugins/chrome_plugin_service_filter.h"
25 #include "chrome/browser/profiles/profile.h" 25 #include "chrome/browser/profiles/profile.h"
26 #include "chrome/browser/ui/blocked_content/popup_blocker_tab_helper.h" 26 #include "chrome/browser/ui/blocked_content/popup_blocker_tab_helper.h"
27 #include "chrome/browser/ui/collected_cookies_infobar_delegate.h" 27 #include "chrome/browser/ui/collected_cookies_infobar_delegate.h"
28 #include "chrome/browser/ui/content_settings/content_setting_bubble_model_delega te.h" 28 #include "chrome/browser/ui/content_settings/content_setting_bubble_model_delega te.h"
29 #include "chrome/common/chrome_switches.h" 29 #include "chrome/common/chrome_switches.h"
30 #include "chrome/common/pref_names.h" 30 #include "chrome/common/pref_names.h"
31 #include "chrome/common/render_messages.h" 31 #include "chrome/common/render_messages.h"
32 #include "chrome/grit/generated_resources.h" 32 #include "chrome/grit/generated_resources.h"
33 #include "chrome/grit/theme_resources.h" 33 #include "chrome/grit/theme_resources.h"
34 #include "components/content_settings/content/common/content_settings_messages.h "
35 #include "components/content_settings/core/browser/content_settings_utils.h" 34 #include "components/content_settings/core/browser/content_settings_utils.h"
36 #include "components/content_settings/core/browser/cookie_settings.h" 35 #include "components/content_settings/core/browser/cookie_settings.h"
37 #include "components/content_settings/core/common/content_settings.h" 36 #include "components/content_settings/core/common/content_settings.h"
38 #include "components/prefs/pref_service.h" 37 #include "components/prefs/pref_service.h"
39 #include "components/rappor/rappor_utils.h" 38 #include "components/rappor/rappor_utils.h"
40 #include "components/strings/grit/components_strings.h" 39 #include "components/strings/grit/components_strings.h"
41 #include "components/subresource_filter/content/browser/content_subresource_filt er_driver_factory.h" 40 #include "components/subresource_filter/content/browser/content_subresource_filt er_driver_factory.h"
42 #include "components/url_formatter/elide_url.h" 41 #include "components/url_formatter/elide_url.h"
43 #include "content/public/browser/notification_service.h" 42 #include "content/public/browser/notification_service.h"
44 #include "content/public/browser/render_frame_host.h" 43 #include "content/public/browser/render_frame_host.h"
(...skipping 1391 matching lines...) Expand 10 before | Expand all | Expand 10 after
1436 ContentSettingMediaStreamBubbleModel* 1435 ContentSettingMediaStreamBubbleModel*
1437 ContentSettingBubbleModel::AsMediaStreamBubbleModel() { 1436 ContentSettingBubbleModel::AsMediaStreamBubbleModel() {
1438 // In general, bubble models might not inherit from the media bubble model. 1437 // In general, bubble models might not inherit from the media bubble model.
1439 return nullptr; 1438 return nullptr;
1440 } 1439 }
1441 1440
1442 ContentSettingSubresourceFilterBubbleModel* 1441 ContentSettingSubresourceFilterBubbleModel*
1443 ContentSettingBubbleModel::AsSubresourceFilterBubbleModel() { 1442 ContentSettingBubbleModel::AsSubresourceFilterBubbleModel() {
1444 return nullptr; 1443 return nullptr;
1445 } 1444 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/BUILD.gn ('k') | chrome/common/OWNERS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698