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

Side by Side Diff: chrome/renderer/render_view.h

Issue 173026: Move IDMap back to base/ where it is needed. (Closed)
Patch Set: Created 11 years, 4 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/renderer/audio_message_filter.h ('k') | no next file » | 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) 2009 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2009 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 CHROME_RENDERER_RENDER_VIEW_H_ 5 #ifndef CHROME_RENDERER_RENDER_VIEW_H_
6 #define CHROME_RENDERER_RENDER_VIEW_H_ 6 #define CHROME_RENDERER_RENDER_VIEW_H_
7 7
8 #include <string> 8 #include <string>
9 #include <queue> 9 #include <queue>
10 #include <vector> 10 #include <vector>
11 11
12 #include "base/basictypes.h" 12 #include "base/basictypes.h"
13 #include "base/file_path.h" 13 #include "base/file_path.h"
14 #include "base/gfx/point.h" 14 #include "base/gfx/point.h"
15 #include "base/gfx/rect.h" 15 #include "base/gfx/rect.h"
16 #include "base/id_map.h"
16 #include "base/shared_memory.h" 17 #include "base/shared_memory.h"
17 #include "base/timer.h" 18 #include "base/timer.h"
18 #include "base/values.h" 19 #include "base/values.h"
19 #include "build/build_config.h" 20 #include "build/build_config.h"
20 #include "chrome/common/id_map.h"
21 #include "chrome/common/renderer_preferences.h" 21 #include "chrome/common/renderer_preferences.h"
22 #include "chrome/common/view_types.h" 22 #include "chrome/common/view_types.h"
23 #include "chrome/renderer/automation/dom_automation_controller.h" 23 #include "chrome/renderer/automation/dom_automation_controller.h"
24 #include "chrome/renderer/dom_ui_bindings.h" 24 #include "chrome/renderer/dom_ui_bindings.h"
25 #include "chrome/renderer/extensions/extension_process_bindings.h" 25 #include "chrome/renderer/extensions/extension_process_bindings.h"
26 #include "chrome/renderer/external_host_bindings.h" 26 #include "chrome/renderer/external_host_bindings.h"
27 #include "chrome/renderer/render_widget.h" 27 #include "chrome/renderer/render_widget.h"
28 #include "third_party/skia/include/core/SkBitmap.h" 28 #include "third_party/skia/include/core/SkBitmap.h"
29 #include "testing/gtest/include/gtest/gtest_prod.h" 29 #include "testing/gtest/include/gtest/gtest_prod.h"
30 #include "webkit/api/public/WebConsoleMessage.h" 30 #include "webkit/api/public/WebConsoleMessage.h"
(...skipping 835 matching lines...) Expand 10 before | Expand all | Expand 10 after
866 // page id for the last navigation sent to the browser. 866 // page id for the last navigation sent to the browser.
867 int32 last_top_level_navigation_page_id_; 867 int32 last_top_level_navigation_page_id_;
868 868
869 // The settings this render view initialized WebKit with. 869 // The settings this render view initialized WebKit with.
870 WebPreferences webkit_preferences_; 870 WebPreferences webkit_preferences_;
871 871
872 DISALLOW_COPY_AND_ASSIGN(RenderView); 872 DISALLOW_COPY_AND_ASSIGN(RenderView);
873 }; 873 };
874 874
875 #endif // CHROME_RENDERER_RENDER_VIEW_H_ 875 #endif // CHROME_RENDERER_RENDER_VIEW_H_
OLDNEW
« no previous file with comments | « chrome/renderer/audio_message_filter.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698