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

Unified Diff: chrome/browser/views/infobars/infobars.h

Issue 160084: Chaos geolocation demo, non-WebKit part. Base URL: http://src.chromium.org/svn/trunk/src/
Patch Set: '' Created 11 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/tab_contents/tab_contents.cc ('k') | chrome/browser/views/infobars/infobars.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/views/infobars/infobars.h
===================================================================
--- chrome/browser/views/infobars/infobars.h (revision 23543)
+++ chrome/browser/views/infobars/infobars.h (working copy)
@@ -195,5 +195,17 @@
DISALLOW_COPY_AND_ASSIGN(ConfirmInfoBar);
};
+class GeolocInfoBar : public ConfirmInfoBar {
+ public:
+ explicit GeolocInfoBar(GeolocInfoBarDelegate* delegate);
+ virtual ~GeolocInfoBar();
+ private:
+
+ GeolocInfoBarDelegate* GetDelegate();
+
+ DISALLOW_COPY_AND_ASSIGN(GeolocInfoBar);
+};
+
+
#endif // #ifndef CHROME_BROWSER_VIEWS_INFOBARS_INFOBARS_H_
« no previous file with comments | « chrome/browser/tab_contents/tab_contents.cc ('k') | chrome/browser/views/infobars/infobars.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698