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

Side by Side Diff: chrome/browser/chromeos/login/helper.h

Issue 1547093002: Switch to standard integer types in chrome/browser/chromeos/. (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 // This file contains helper functions used by Chromium OS login. 5 // This file contains helper functions used by Chromium OS login.
6 6
7 #ifndef CHROME_BROWSER_CHROMEOS_LOGIN_HELPER_H_ 7 #ifndef CHROME_BROWSER_CHROMEOS_LOGIN_HELPER_H_
8 #define CHROME_BROWSER_CHROMEOS_LOGIN_HELPER_H_ 8 #define CHROME_BROWSER_CHROMEOS_LOGIN_HELPER_H_
9 9
10 #include <string> 10 #include <string>
11 11
12 #include "base/compiler_specific.h" 12 #include "base/compiler_specific.h"
13 #include "base/macros.h"
13 #include "base/strings/string16.h" 14 #include "base/strings/string16.h"
14 #include "third_party/skia/include/core/SkColor.h" 15 #include "third_party/skia/include/core/SkColor.h"
15 #include "ui/views/view.h" 16 #include "ui/views/view.h"
16 17
17 class GURL; 18 class GURL;
18 19
19 namespace gfx { 20 namespace gfx {
20 class Rect; 21 class Rect;
21 class Size; 22 class Size;
22 } // namespace gfx 23 } // namespace gfx
(...skipping 83 matching lines...) Expand 10 before | Expand all | Expand 10 after
106 // Returns the request context that contains sign-in cookies. For old iframe 107 // Returns the request context that contains sign-in cookies. For old iframe
107 // based flow, the context of the sign-in profile is returned. For webview based 108 // based flow, the context of the sign-in profile is returned. For webview based
108 // flow, the context of the sign-in webview storage partition is returned. 109 // flow, the context of the sign-in webview storage partition is returned.
109 net::URLRequestContextGetter* GetSigninContext(); 110 net::URLRequestContextGetter* GetSigninContext();
110 111
111 } // namespace login 112 } // namespace login
112 113
113 } // namespace chromeos 114 } // namespace chromeos
114 115
115 #endif // CHROME_BROWSER_CHROMEOS_LOGIN_HELPER_H_ 116 #endif // CHROME_BROWSER_CHROMEOS_LOGIN_HELPER_H_
OLDNEW
« no previous file with comments | « chrome/browser/chromeos/login/help_app_launcher.h ('k') | chrome/browser/chromeos/login/hid_detection_browsertest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698