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

Unified Diff: chrome/browser/accessibility/accessibility_extension_apitest.cc

Issue 15067008: [InfoBar] Add InfoBarDelegate::GetIconID() (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Nit fixes Created 7 years, 7 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 side-by-side diff with in-line comments
Download patch
Index: chrome/browser/accessibility/accessibility_extension_apitest.cc
diff --git a/chrome/browser/accessibility/accessibility_extension_apitest.cc b/chrome/browser/accessibility/accessibility_extension_apitest.cc
index 8a4035288b30525301d4faee6f1ad851b0e8f4a2..fb2a1e7c0be7cad05caf894a452af8fef646cd2e 100644
--- a/chrome/browser/accessibility/accessibility_extension_apitest.cc
+++ b/chrome/browser/accessibility/accessibility_extension_apitest.cc
@@ -27,7 +27,7 @@ IN_PROC_BROWSER_TEST_F(ExtensionApiTest, MAYBE_GetAlertsForTab) {
const char kAlertMessage[] = "Simple Alert Infobar.";
SimpleAlertInfoBarDelegate::Create(infobar_service,
- NULL,
+ InfoBarDelegate::kNoIconID,
ASCIIToUTF16(kAlertMessage),
false);
CommandLine::ForCurrentProcess()->AppendSwitch(
« no previous file with comments | « no previous file | chrome/browser/autofill/autofill_cc_infobar_delegate.h » ('j') | chrome/browser/infobars/infobar_delegate.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698