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

Side by Side Diff: chrome/browser/chromeos/arc/arc_support_host.h

Issue 1847463002: arc: Use v2/auth LSO page. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebased Created 4 years, 8 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 2016 The Chromium Authors. All rights reserved. 1 // Copyright 2016 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_EXTENSIONS_API_MESSAGING_ARC_SUPPORT_HOST_H_ 5 #ifndef CHROME_BROWSER_CHROMEOS_ARC_ARC_SUPPORT_HOST_H_
6 #define CHROME_BROWSER_EXTENSIONS_API_MESSAGING_ARC_SUPPORT_HOST_H_ 6 #define CHROME_BROWSER_CHROMEOS_ARC_ARC_SUPPORT_HOST_H_
7 7
8 #include "base/macros.h" 8 #include "base/macros.h"
9 #include "chrome/browser/chromeos/arc/arc_auth_service.h" 9 #include "chrome/browser/chromeos/arc/arc_auth_service.h"
10 #include "extensions/browser/api/messaging/native_message_host.h" 10 #include "extensions/browser/api/messaging/native_message_host.h"
11 11
12 // Supports communication with Arc support dialog. 12 // Supports communication with Arc support dialog.
13 class ArcSupportHost : public extensions::NativeMessageHost, 13 class ArcSupportHost : public extensions::NativeMessageHost,
14 public arc::ArcAuthService::Observer { 14 public arc::ArcAuthService::Observer {
15 public: 15 public:
16 static const char kHostName[]; 16 static const char kHostName[];
(...skipping 17 matching lines...) Expand all
34 ArcSupportHost(); 34 ArcSupportHost();
35 35
36 void SendLocalization(); 36 void SendLocalization();
37 37
38 // Unowned pointer. 38 // Unowned pointer.
39 Client* client_ = nullptr; 39 Client* client_ = nullptr;
40 40
41 DISALLOW_COPY_AND_ASSIGN(ArcSupportHost); 41 DISALLOW_COPY_AND_ASSIGN(ArcSupportHost);
42 }; 42 };
43 43
44 #endif // CHROME_BROWSER_EXTENSIONS_API_MESSAGING_ARC_SUPPORT_HOST_H_ 44 #endif // CHROME_BROWSER_CHROMEOS_ARC_ARC_SUPPORT_HOST_H_
OLDNEW
« no previous file with comments | « chrome/browser/chromeos/arc/arc_auth_service_unittest.cc ('k') | chrome/browser/chromeos/arc/arc_support_host.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698