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

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

Issue 1548153002: Switch to standard integer types in chrome/. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 12 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 CHROME_RENDERER_CHROME_RENDER_PROCESS_OBSERVER_H_ 5 #ifndef CHROME_RENDERER_CHROME_RENDER_PROCESS_OBSERVER_H_
6 #define CHROME_RENDERER_CHROME_RENDER_PROCESS_OBSERVER_H_ 6 #define CHROME_RENDERER_CHROME_RENDER_PROCESS_OBSERVER_H_
7 7
8 #include <string> 8 #include <string>
9 9
10 #include "base/compiler_specific.h" 10 #include "base/compiler_specific.h"
11 #include "base/files/file_path.h" 11 #include "base/files/file_path.h"
12 #include "base/macros.h"
12 #include "base/memory/scoped_ptr.h" 13 #include "base/memory/scoped_ptr.h"
13 #include "base/memory/weak_ptr.h" 14 #include "base/memory/weak_ptr.h"
14 #include "base/metrics/field_trial.h" 15 #include "base/metrics/field_trial.h"
15 #include "components/content_settings/core/common/content_settings.h" 16 #include "components/content_settings/core/common/content_settings.h"
16 #include "content/public/renderer/render_process_observer.h" 17 #include "content/public/renderer/render_process_observer.h"
17 18
18 class GURL; 19 class GURL;
19 struct ContentSettings; 20 struct ContentSettings;
20 21
21 namespace content { 22 namespace content {
(...skipping 41 matching lines...) Expand 10 before | Expand all | Expand 10 after
63 RendererContentSettingRules content_setting_rules_; 64 RendererContentSettingRules content_setting_rules_;
64 65
65 bool webkit_initialized_; 66 bool webkit_initialized_;
66 67
67 base::WeakPtrFactory<ChromeRenderProcessObserver> weak_factory_; 68 base::WeakPtrFactory<ChromeRenderProcessObserver> weak_factory_;
68 69
69 DISALLOW_COPY_AND_ASSIGN(ChromeRenderProcessObserver); 70 DISALLOW_COPY_AND_ASSIGN(ChromeRenderProcessObserver);
70 }; 71 };
71 72
72 #endif // CHROME_RENDERER_CHROME_RENDER_PROCESS_OBSERVER_H_ 73 #endif // CHROME_RENDERER_CHROME_RENDER_PROCESS_OBSERVER_H_
OLDNEW
« no previous file with comments | « chrome/renderer/chrome_render_frame_observer.cc ('k') | chrome/renderer/chrome_render_process_observer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698