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

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

Issue 2007833002: Delete FullscreenInfoBarDelegate class. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@fullscreen-android-remove-flag
Patch Set: More cleanup suggested by Ted. Created 4 years, 6 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
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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/macros.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 "build/build_config.h"
(...skipping 55 matching lines...) Expand 10 before | Expand all | Expand 10 after
66 // A Java counterpart will be generated for this enum. 66 // A Java counterpart will be generated for this enum.
67 // GENERATED_JAVA_ENUM_PACKAGE: org.chromium.chrome.browser.infobar 67 // GENERATED_JAVA_ENUM_PACKAGE: org.chromium.chrome.browser.infobar
68 enum InfoBarIdentifier { 68 enum InfoBarIdentifier {
69 INVALID = -1, 69 INVALID = -1,
70 TEST_INFOBAR = 0, 70 TEST_INFOBAR = 0,
71 APP_BANNER_INFOBAR_DELEGATE_ANDROID = 1, 71 APP_BANNER_INFOBAR_DELEGATE_ANDROID = 1,
72 APP_BANNER_INFOBAR_DELEGATE_DESKTOP = 2, 72 APP_BANNER_INFOBAR_DELEGATE_DESKTOP = 2,
73 ANDROID_DOWNLOAD_MANAGER_OVERWRITE_INFOBAR_DELEGATE = 3, 73 ANDROID_DOWNLOAD_MANAGER_OVERWRITE_INFOBAR_DELEGATE = 3,
74 CHROME_DOWNLOAD_MANAGER_OVERWRITE_INFOBAR_DELEGATE = 4, 74 CHROME_DOWNLOAD_MANAGER_OVERWRITE_INFOBAR_DELEGATE = 4,
75 DOWNLOAD_REQUEST_INFOBAR_DELEGATE_ANDROID = 5, 75 DOWNLOAD_REQUEST_INFOBAR_DELEGATE_ANDROID = 5,
76 FULLSCREEN_INFOBAR_DELEGATE = 6, 76 // Removed: FULLSCREEN_INFOBAR_DELEGATE = 6,
77 HUNG_PLUGIN_INFOBAR_DELEGATE = 7, 77 HUNG_PLUGIN_INFOBAR_DELEGATE = 7,
78 HUNG_RENDERER_INFOBAR_DELEGATE = 8, 78 HUNG_RENDERER_INFOBAR_DELEGATE = 8,
79 MEDIA_STREAM_INFOBAR_DELEGATE_ANDROID = 9, 79 MEDIA_STREAM_INFOBAR_DELEGATE_ANDROID = 9,
80 MEDIA_THROTTLE_INFOBAR_DELEGATE = 10, 80 MEDIA_THROTTLE_INFOBAR_DELEGATE = 10,
81 REQUEST_QUOTA_INFOBAR_DELEGATE = 11, 81 REQUEST_QUOTA_INFOBAR_DELEGATE = 11,
82 DEV_TOOLS_CONFIRM_INFOBAR_DELEGATE = 12, 82 DEV_TOOLS_CONFIRM_INFOBAR_DELEGATE = 12,
83 EXTENSION_DEV_TOOLS_INFOBAR_DELEGATE = 13, 83 EXTENSION_DEV_TOOLS_INFOBAR_DELEGATE = 13,
84 INCOGNITO_CONNECTABILITY_INFOBAR_DELEGATE = 14, 84 INCOGNITO_CONNECTABILITY_INFOBAR_DELEGATE = 14,
85 THEME_INSTALLED_INFOBAR_DELEGATE = 15, 85 THEME_INSTALLED_INFOBAR_DELEGATE = 15,
86 GEOLOCATION_INFOBAR_DELEGATE_ANDROID = 16, 86 GEOLOCATION_INFOBAR_DELEGATE_ANDROID = 16,
(...skipping 144 matching lines...) Expand 10 before | Expand all | Expand 10 after
231 231
232 // The ID of the active navigation entry at the time we became owned. 232 // The ID of the active navigation entry at the time we became owned.
233 int nav_entry_id_; 233 int nav_entry_id_;
234 234
235 DISALLOW_COPY_AND_ASSIGN(InfoBarDelegate); 235 DISALLOW_COPY_AND_ASSIGN(InfoBarDelegate);
236 }; 236 };
237 237
238 } // namespace infobars 238 } // namespace infobars
239 239
240 #endif // COMPONENTS_INFOBARS_CORE_INFOBAR_DELEGATE_H_ 240 #endif // COMPONENTS_INFOBARS_CORE_INFOBAR_DELEGATE_H_
OLDNEW
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698