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

Side by Side Diff: content/browser/web_contents/web_contents_impl.h

Issue 2694413006: Scope and clean up uses of AccessibilityMode. (Closed)
Patch Set: merge Created 3 years, 9 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
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 #ifndef CONTENT_BROWSER_WEB_CONTENTS_WEB_CONTENTS_IMPL_H_ 5 #ifndef CONTENT_BROWSER_WEB_CONTENTS_WEB_CONTENTS_IMPL_H_
6 #define CONTENT_BROWSER_WEB_CONTENTS_WEB_CONTENTS_IMPL_H_ 6 #define CONTENT_BROWSER_WEB_CONTENTS_WEB_CONTENTS_IMPL_H_
7 7
8 #include <stdint.h> 8 #include <stdint.h>
9 9
10 #include <functional> 10 #include <functional>
(...skipping 13 matching lines...) Expand all
24 #include "content/browser/frame_host/frame_tree_node.h" 24 #include "content/browser/frame_host/frame_tree_node.h"
25 #include "content/browser/frame_host/navigation_controller_delegate.h" 25 #include "content/browser/frame_host/navigation_controller_delegate.h"
26 #include "content/browser/frame_host/navigation_controller_impl.h" 26 #include "content/browser/frame_host/navigation_controller_impl.h"
27 #include "content/browser/frame_host/navigator_delegate.h" 27 #include "content/browser/frame_host/navigator_delegate.h"
28 #include "content/browser/frame_host/render_frame_host_delegate.h" 28 #include "content/browser/frame_host/render_frame_host_delegate.h"
29 #include "content/browser/frame_host/render_frame_host_manager.h" 29 #include "content/browser/frame_host/render_frame_host_manager.h"
30 #include "content/browser/media/audio_stream_monitor.h" 30 #include "content/browser/media/audio_stream_monitor.h"
31 #include "content/browser/renderer_host/render_view_host_delegate.h" 31 #include "content/browser/renderer_host/render_view_host_delegate.h"
32 #include "content/browser/renderer_host/render_view_host_impl.h" 32 #include "content/browser/renderer_host/render_view_host_impl.h"
33 #include "content/browser/renderer_host/render_widget_host_delegate.h" 33 #include "content/browser/renderer_host/render_widget_host_delegate.h"
34 #include "content/common/accessibility_mode_enums.h" 34 #include "content/common/accessibility_mode.h"
35 #include "content/common/content_export.h" 35 #include "content/common/content_export.h"
36 #include "content/public/browser/color_chooser.h" 36 #include "content/public/browser/color_chooser.h"
37 #include "content/public/browser/notification_observer.h" 37 #include "content/public/browser/notification_observer.h"
38 #include "content/public/browser/notification_registrar.h" 38 #include "content/public/browser/notification_registrar.h"
39 #include "content/public/browser/web_contents.h" 39 #include "content/public/browser/web_contents.h"
40 #include "content/public/browser/web_contents_observer.h" 40 #include "content/public/browser/web_contents_observer.h"
41 #include "content/public/common/page_importance_signals.h" 41 #include "content/public/common/page_importance_signals.h"
42 #include "content/public/common/renderer_preferences.h" 42 #include "content/public/common/renderer_preferences.h"
43 #include "content/public/common/resource_type.h" 43 #include "content/public/common/resource_type.h"
44 #include "content/public/common/three_d_api_types.h" 44 #include "content/public/common/three_d_api_types.h"
(...skipping 1502 matching lines...) Expand 10 before | Expand all | Expand 10 after
1547 // Adds/removes a callback called on creation of each new WebContents. 1547 // Adds/removes a callback called on creation of each new WebContents.
1548 static void AddCreatedCallbackForTesting(const CreatedCallback& callback); 1548 static void AddCreatedCallbackForTesting(const CreatedCallback& callback);
1549 static void RemoveCreatedCallbackForTesting(const CreatedCallback& callback); 1549 static void RemoveCreatedCallbackForTesting(const CreatedCallback& callback);
1550 1550
1551 DISALLOW_COPY_AND_ASSIGN(FriendZone); 1551 DISALLOW_COPY_AND_ASSIGN(FriendZone);
1552 }; 1552 };
1553 1553
1554 } // namespace content 1554 } // namespace content
1555 1555
1556 #endif // CONTENT_BROWSER_WEB_CONTENTS_WEB_CONTENTS_IMPL_H_ 1556 #endif // CONTENT_BROWSER_WEB_CONTENTS_WEB_CONTENTS_IMPL_H_
OLDNEW
« no previous file with comments | « content/browser/renderer_host/legacy_render_widget_host_win.cc ('k') | content/browser/web_contents/web_contents_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698