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

Side by Side Diff: components/infobars/core/infobar_delegate.h

Issue 1548113002: Switch to standard integer types in components/, part 2 of 4. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: gn 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 COMPONENTS_INFOBARS_CORE_INFOBAR_DELEGATE_H_ 5 #ifndef COMPONENTS_INFOBARS_CORE_INFOBAR_DELEGATE_H_
6 #define COMPONENTS_INFOBARS_CORE_INFOBAR_DELEGATE_H_ 6 #define COMPONENTS_INFOBARS_CORE_INFOBAR_DELEGATE_H_
7 7
8 #include "base/basictypes.h" 8 #include "base/macros.h"
9 #include "base/strings/string16.h" 9 #include "base/strings/string16.h"
10 #include "build/build_config.h"
10 #include "ui/base/window_open_disposition.h" 11 #include "ui/base/window_open_disposition.h"
11 12
12 class ConfirmInfoBarDelegate; 13 class ConfirmInfoBarDelegate;
13 class HungRendererInfoBarDelegate; 14 class HungRendererInfoBarDelegate;
14 class InsecureContentInfoBarDelegate; 15 class InsecureContentInfoBarDelegate;
15 class NativeAppInfoBarDelegate; 16 class NativeAppInfoBarDelegate;
16 class PermissionInfobarDelegate; 17 class PermissionInfobarDelegate;
17 class PopupBlockedInfoBarDelegate; 18 class PopupBlockedInfoBarDelegate;
18 class RegisterProtocolHandlerInfoBarDelegate; 19 class RegisterProtocolHandlerInfoBarDelegate;
19 class ScreenCaptureInfoBarDelegate; 20 class ScreenCaptureInfoBarDelegate;
(...skipping 133 matching lines...) Expand 10 before | Expand all | Expand 10 after
153 154
154 // The ID of the active navigation entry at the time we became owned. 155 // The ID of the active navigation entry at the time we became owned.
155 int nav_entry_id_; 156 int nav_entry_id_;
156 157
157 DISALLOW_COPY_AND_ASSIGN(InfoBarDelegate); 158 DISALLOW_COPY_AND_ASSIGN(InfoBarDelegate);
158 }; 159 };
159 160
160 } // namespace infobars 161 } // namespace infobars
161 162
162 #endif // COMPONENTS_INFOBARS_CORE_INFOBAR_DELEGATE_H_ 163 #endif // COMPONENTS_INFOBARS_CORE_INFOBAR_DELEGATE_H_
OLDNEW
« no previous file with comments | « components/infobars/core/infobar_container.h ('k') | components/infobars/core/infobar_manager.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698