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

Unified Diff: chrome/browser/chrome_content_browser_client.cc

Issue 10209022: Refactor media stream infobar delegate code and also fix a typo (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Created 8 years, 8 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/chrome_content_browser_client.cc
diff --git a/chrome/browser/chrome_content_browser_client.cc b/chrome/browser/chrome_content_browser_client.cc
index b42ae752b124076d8ac2dede3fa9a2d5381e1c4d..4715b5d1529b367a5440e1cd8543dbd0ba76cad1 100644
--- a/chrome/browser/chrome_content_browser_client.cc
+++ b/chrome/browser/chrome_content_browser_client.cc
@@ -1129,7 +1129,7 @@ void ChromeContentBrowserClient::RequestMediaAccessPermission(
InfoBarDelegate* old_infobar = NULL;
for (size_t i = 0; i < infobar_helper->infobar_count() && !old_infobar; ++i) {
old_infobar =
- infobar_helper->GetInfoBarDelegateAt(i)->AsMediaStreamInfobarDelegate();
+ infobar_helper->GetInfoBarDelegateAt(i)->AsMediaStreamInfoBarDelegate();
}
#if defined(TOOLKIT_VIEWS) || defined(OS_LINUX)
« no previous file with comments | « chrome/browser/automation/testing_automation_provider.cc ('k') | chrome/browser/infobars/infobar_delegate.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698