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

Side by Side Diff: chrome/browser/devtools/device/webrtc/devtools_bridge_client.h

Issue 1542413002: Switch to standard integer types in chrome/browser/, part 1 of 4. (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 2014 The Chromium Authors. All rights reserved. 1 // Copyright 2014 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_BROWSER_DEVTOOLS_DEVICE_WEBRTC_DEVTOOLS_BRIDGE_CLIENT_H_ 5 #ifndef CHROME_BROWSER_DEVTOOLS_DEVICE_WEBRTC_DEVTOOLS_BRIDGE_CLIENT_H_
6 #define CHROME_BROWSER_DEVTOOLS_DEVICE_WEBRTC_DEVTOOLS_BRIDGE_CLIENT_H_ 6 #define CHROME_BROWSER_DEVTOOLS_DEVICE_WEBRTC_DEVTOOLS_BRIDGE_CLIENT_H_
7 7
8 #include "base/macros.h"
8 #include "chrome/browser/devtools/device/android_device_manager.h" 9 #include "chrome/browser/devtools/device/android_device_manager.h"
9 #include "chrome/browser/devtools/device/webrtc/devtools_bridge_instances_reques t.h" 10 #include "chrome/browser/devtools/device/webrtc/devtools_bridge_instances_reques t.h"
10 #include "chrome/browser/devtools/device/webrtc/send_command_request.h" 11 #include "chrome/browser/devtools/device/webrtc/send_command_request.h"
11 #include "chrome/browser/local_discovery/cloud_device_list_delegate.h" 12 #include "chrome/browser/local_discovery/cloud_device_list_delegate.h"
12 #include "components/signin/core/browser/profile_identity_provider.h" 13 #include "components/signin/core/browser/profile_identity_provider.h"
13 #include "content/public/browser/notification_observer.h" 14 #include "content/public/browser/notification_observer.h"
14 #include "content/public/browser/notification_registrar.h" 15 #include "content/public/browser/notification_registrar.h"
15 #include "content/public/browser/web_contents_observer.h" 16 #include "content/public/browser/web_contents_observer.h"
16 #include "google_apis/gaia/identity_provider.h" 17 #include "google_apis/gaia/identity_provider.h"
17 18
(...skipping 87 matching lines...) Expand 10 before | Expand all | Expand 10 after
105 scoped_ptr<local_discovery::GCDApiFlow> browser_list_request_; 106 scoped_ptr<local_discovery::GCDApiFlow> browser_list_request_;
106 scoped_ptr<local_discovery::GCDApiFlow> send_command_request_; 107 scoped_ptr<local_discovery::GCDApiFlow> send_command_request_;
107 BrowserInfoList browsers_; 108 BrowserInfoList browsers_;
108 bool worker_is_loaded_; 109 bool worker_is_loaded_;
109 base::WeakPtrFactory<DevToolsBridgeClient> weak_factory_; 110 base::WeakPtrFactory<DevToolsBridgeClient> weak_factory_;
110 111
111 DISALLOW_COPY_AND_ASSIGN(DevToolsBridgeClient); 112 DISALLOW_COPY_AND_ASSIGN(DevToolsBridgeClient);
112 }; 113 };
113 114
114 #endif // CHROME_BROWSER_DEVTOOLS_DEVICE_WEBRTC_DEVTOOLS_BRIDGE_CLIENT_H_ 115 #endif // CHROME_BROWSER_DEVTOOLS_DEVICE_WEBRTC_DEVTOOLS_BRIDGE_CLIENT_H_
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698