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

Unified Diff: chrome/browser/api/infobars/infobar_service.h

Issue 10879037: Rename InfoBarTabService -> InfoBarService. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 8 years, 4 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
« no previous file with comments | « chrome/browser/api/infobars/infobar_delegate.cc ('k') | chrome/browser/api/infobars/infobar_tab_service.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/api/infobars/infobar_service.h
diff --git a/chrome/browser/api/infobars/infobar_tab_service.h b/chrome/browser/api/infobars/infobar_service.h
similarity index 92%
rename from chrome/browser/api/infobars/infobar_tab_service.h
rename to chrome/browser/api/infobars/infobar_service.h
index c99cb81ad87963ef56e60cbc77fddbb5cfd240b6..20a07608ce11ff8fdd25cdf9bf541360ee762eeb 100644
--- a/chrome/browser/api/infobars/infobar_tab_service.h
+++ b/chrome/browser/api/infobars/infobar_service.h
@@ -14,12 +14,12 @@ class TabContents;
// Provides access to creating, removing and enumerating info bars
// attached to a tab.
-class InfoBarTabService {
+class InfoBarService {
public:
- // Retrieves the InfoBarTabService for a given tab.
- static InfoBarTabService* ForTab(TabContents* tab_contents);
+ // Retrieves the InfoBarService for a given tab.
+ static InfoBarService* ForTab(TabContents* tab_contents);
- virtual ~InfoBarTabService() {}
+ virtual ~InfoBarService() {}
// Adds an InfoBar for the specified |delegate|.
//
« no previous file with comments | « chrome/browser/api/infobars/infobar_delegate.cc ('k') | chrome/browser/api/infobars/infobar_tab_service.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698