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/frame/browser_view.h

Issue 2225003: Implement upgrade notifications.... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 10 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/views/frame/browser_view.h
===================================================================
--- chrome/browser/views/frame/browser_view.h (revision 48146)
+++ chrome/browser/views/frame/browser_view.h (working copy)
@@ -295,6 +295,7 @@
virtual void ToggleBookmarkBar();
virtual void ToggleExtensionShelf();
virtual views::Window* ShowAboutChromeDialog();
+ virtual void ShowUpdateChromeDialog();
virtual void ShowTaskManager();
virtual void ShowBookmarkBubble(const GURL& url, bool already_bookmarked);
virtual void SetDownloadShelfVisible(bool visible);
@@ -597,9 +598,9 @@
UnhandledKeyboardEventHandler unhandled_keyboard_event_handler_;
scoped_ptr<AccessibleViewHelper> accessible_view_helper_;
- #if defined(OS_LINUX)
+#if defined(OS_LINUX)
scoped_ptr<AccessibleWidgetHelper> accessible_widget_helper_;
- #endif
+#endif
// Loads extension_app_icon_ asynchronously on the file thread.
ImageLoadingTracker extension_app_icon_loader_;

Powered by Google App Engine
This is Rietveld 408576698