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

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

Issue 2363653002: Cleanup unreachable cert adding code (Closed)
Patch Set: Rebased Created 4 years, 2 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 | « chromeos/cert_loader_unittest.cc ('k') | content/public/browser/content_browser_client.h » ('j') | 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 89 matching lines...) Expand 10 before | Expand all | Expand 10 after
100 SAVE_PASSWORD_INFOBAR_DELEGATE = 26, 100 SAVE_PASSWORD_INFOBAR_DELEGATE = 26,
101 PEPPER_BROKER_INFOBAR_DELEGATE = 27, 101 PEPPER_BROKER_INFOBAR_DELEGATE = 27,
102 PERMISSION_UPDATE_INFOBAR_DELEGATE = 28, 102 PERMISSION_UPDATE_INFOBAR_DELEGATE = 28,
103 DURABLE_STORAGE_PERMISSION_INFOBAR_DELEGATE_ANDROID = 29, 103 DURABLE_STORAGE_PERMISSION_INFOBAR_DELEGATE_ANDROID = 29,
104 // Removed: NPAPI_REMOVAL_INFOBAR_DELEGATE = 30, 104 // Removed: NPAPI_REMOVAL_INFOBAR_DELEGATE = 30,
105 OUTDATED_PLUGIN_INFOBAR_DELEGATE = 31, 105 OUTDATED_PLUGIN_INFOBAR_DELEGATE = 31,
106 PLUGIN_METRO_MODE_INFOBAR_DELEGATE = 32, 106 PLUGIN_METRO_MODE_INFOBAR_DELEGATE = 32,
107 RELOAD_PLUGIN_INFOBAR_DELEGATE = 33, 107 RELOAD_PLUGIN_INFOBAR_DELEGATE = 33,
108 PLUGIN_OBSERVER = 34, 108 PLUGIN_OBSERVER = 34,
109 SSL_ADD_CERTIFICATE = 35, 109 SSL_ADD_CERTIFICATE = 35,
110 SSL_ADD_CERTIFICATE_INFOBAR_DELEGATE = 36, 110 // Removed: SSL_ADD_CERTIFICATE_INFOBAR_DELEGATE = 36,
111 POPUP_BLOCKED_INFOBAR_DELEGATE = 37, 111 POPUP_BLOCKED_INFOBAR_DELEGATE = 37,
112 CHROME_SELECT_FILE_POLICY = 38, 112 CHROME_SELECT_FILE_POLICY = 38,
113 KEYSTONE_PROMOTION_INFOBAR_DELEGATE = 39, 113 KEYSTONE_PROMOTION_INFOBAR_DELEGATE = 39,
114 COLLECTED_COOKIES_INFOBAR_DELEGATE = 40, 114 COLLECTED_COOKIES_INFOBAR_DELEGATE = 40,
115 INSTALLATION_ERROR_INFOBAR_DELEGATE = 41, 115 INSTALLATION_ERROR_INFOBAR_DELEGATE = 41,
116 ALTERNATE_NAV_INFOBAR_DELEGATE = 42, 116 ALTERNATE_NAV_INFOBAR_DELEGATE = 42,
117 BAD_FLAGS_PROMPT = 43, 117 BAD_FLAGS_PROMPT = 43,
118 DEFAULT_BROWSER_INFOBAR_DELEGATE = 44, 118 DEFAULT_BROWSER_INFOBAR_DELEGATE = 44,
119 GOOGLE_API_KEYS_INFOBAR_DELEGATE = 45, 119 GOOGLE_API_KEYS_INFOBAR_DELEGATE = 45,
120 OBSOLETE_SYSTEM_INFOBAR_DELEGATE = 46, 120 OBSOLETE_SYSTEM_INFOBAR_DELEGATE = 46,
(...skipping 124 matching lines...) Expand 10 before | Expand all | Expand 10 after
245 245
246 // The ID of the active navigation entry at the time we became owned. 246 // The ID of the active navigation entry at the time we became owned.
247 int nav_entry_id_; 247 int nav_entry_id_;
248 248
249 DISALLOW_COPY_AND_ASSIGN(InfoBarDelegate); 249 DISALLOW_COPY_AND_ASSIGN(InfoBarDelegate);
250 }; 250 };
251 251
252 } // namespace infobars 252 } // namespace infobars
253 253
254 #endif // COMPONENTS_INFOBARS_CORE_INFOBAR_DELEGATE_H_ 254 #endif // COMPONENTS_INFOBARS_CORE_INFOBAR_DELEGATE_H_
OLDNEW
« no previous file with comments | « chromeos/cert_loader_unittest.cc ('k') | content/public/browser/content_browser_client.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698