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

Side by Side Diff: chrome/renderer/chrome_render_thread_observer.cc

Issue 2656523002: Rename media_resources -> localized_strings (Closed)
Patch Set: rebase Created 3 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
« no previous file with comments | « chrome/common/media/media_resource_provider.h ('k') | media/audio/audio_device_description.cc » ('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/renderer/chrome_render_thread_observer.h" 5 #include "chrome/renderer/chrome_render_thread_observer.h"
6 6
7 #include <stddef.h> 7 #include <stddef.h>
8 8
9 #include <limits> 9 #include <limits>
10 #include <memory> 10 #include <memory>
(...skipping 29 matching lines...) Expand all
40 #include "chrome/renderer/content_settings_observer.h" 40 #include "chrome/renderer/content_settings_observer.h"
41 #include "chrome/renderer/security_filter_peer.h" 41 #include "chrome/renderer/security_filter_peer.h"
42 #include "components/visitedlink/renderer/visitedlink_slave.h" 42 #include "components/visitedlink/renderer/visitedlink_slave.h"
43 #include "content/public/child/resource_dispatcher_delegate.h" 43 #include "content/public/child/resource_dispatcher_delegate.h"
44 #include "content/public/common/associated_interface_registry.h" 44 #include "content/public/common/associated_interface_registry.h"
45 #include "content/public/common/content_switches.h" 45 #include "content/public/common/content_switches.h"
46 #include "content/public/renderer/render_thread.h" 46 #include "content/public/renderer/render_thread.h"
47 #include "content/public/renderer/render_view.h" 47 #include "content/public/renderer/render_view.h"
48 #include "content/public/renderer/render_view_visitor.h" 48 #include "content/public/renderer/render_view_visitor.h"
49 #include "extensions/features/features.h" 49 #include "extensions/features/features.h"
50 #include "media/base/media_resources.h" 50 #include "media/base/localized_strings.h"
51 #include "mojo/public/cpp/bindings/strong_binding.h" 51 #include "mojo/public/cpp/bindings/strong_binding.h"
52 #include "net/base/net_errors.h" 52 #include "net/base/net_errors.h"
53 #include "net/base/net_module.h" 53 #include "net/base/net_module.h"
54 #include "services/service_manager/public/cpp/interface_provider.h" 54 #include "services/service_manager/public/cpp/interface_provider.h"
55 #include "services/service_manager/public/cpp/interface_registry.h" 55 #include "services/service_manager/public/cpp/interface_registry.h"
56 #include "third_party/WebKit/public/web/WebCache.h" 56 #include "third_party/WebKit/public/web/WebCache.h"
57 #include "third_party/WebKit/public/web/WebDocument.h" 57 #include "third_party/WebKit/public/web/WebDocument.h"
58 #include "third_party/WebKit/public/web/WebFrame.h" 58 #include "third_party/WebKit/public/web/WebFrame.h"
59 #include "third_party/WebKit/public/web/WebSecurityPolicy.h" 59 #include "third_party/WebKit/public/web/WebSecurityPolicy.h"
60 #include "third_party/WebKit/public/web/WebView.h" 60 #include "third_party/WebKit/public/web/WebView.h"
(...skipping 271 matching lines...) Expand 10 before | Expand all | Expand 10 after
332 void ChromeRenderThreadObserver::OnSetFieldTrialGroup( 332 void ChromeRenderThreadObserver::OnSetFieldTrialGroup(
333 const std::string& trial_name, 333 const std::string& trial_name,
334 const std::string& group_name) { 334 const std::string& group_name) {
335 field_trial_syncer_.OnSetFieldTrialGroup(trial_name, group_name); 335 field_trial_syncer_.OnSetFieldTrialGroup(trial_name, group_name);
336 } 336 }
337 337
338 const RendererContentSettingRules* 338 const RendererContentSettingRules*
339 ChromeRenderThreadObserver::content_setting_rules() const { 339 ChromeRenderThreadObserver::content_setting_rules() const {
340 return &content_setting_rules_; 340 return &content_setting_rules_;
341 } 341 }
OLDNEW
« no previous file with comments | « chrome/common/media/media_resource_provider.h ('k') | media/audio/audio_device_description.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698