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

Side by Side Diff: chrome/browser/ui/gtk/browser_window_gtk.h

Issue 9443007: Add Chrome To Mobile Service and Views Page Action. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Bail on empty GetOAuth2LoginRefreshToken(). Created 8 years, 9 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 // Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #ifndef CHROME_BROWSER_UI_GTK_BROWSER_WINDOW_GTK_H_ 5 #ifndef CHROME_BROWSER_UI_GTK_BROWSER_WINDOW_GTK_H_
6 #define CHROME_BROWSER_UI_GTK_BROWSER_WINDOW_GTK_H_ 6 #define CHROME_BROWSER_UI_GTK_BROWSER_WINDOW_GTK_H_
7 #pragma once 7 #pragma once
8 8
9 #include <gtk/gtk.h> 9 #include <gtk/gtk.h>
10 10
(...skipping 116 matching lines...) Expand 10 before | Expand all | Expand 10 after
127 virtual bool IsPanel() const OVERRIDE; 127 virtual bool IsPanel() const OVERRIDE;
128 virtual void ConfirmAddSearchProvider(const TemplateURL* template_url, 128 virtual void ConfirmAddSearchProvider(const TemplateURL* template_url,
129 Profile* profile) OVERRIDE; 129 Profile* profile) OVERRIDE;
130 virtual void ToggleBookmarkBar() OVERRIDE; 130 virtual void ToggleBookmarkBar() OVERRIDE;
131 virtual void ShowAboutChromeDialog() OVERRIDE; 131 virtual void ShowAboutChromeDialog() OVERRIDE;
132 virtual void ShowUpdateChromeDialog() OVERRIDE; 132 virtual void ShowUpdateChromeDialog() OVERRIDE;
133 virtual void ShowTaskManager() OVERRIDE; 133 virtual void ShowTaskManager() OVERRIDE;
134 virtual void ShowBackgroundPages() OVERRIDE; 134 virtual void ShowBackgroundPages() OVERRIDE;
135 virtual void ShowBookmarkBubble(const GURL& url, 135 virtual void ShowBookmarkBubble(const GURL& url,
136 bool already_bookmarked) OVERRIDE; 136 bool already_bookmarked) OVERRIDE;
137 virtual void ShowChromeToMobileBubble() OVERRIDE;
137 virtual bool IsDownloadShelfVisible() const OVERRIDE; 138 virtual bool IsDownloadShelfVisible() const OVERRIDE;
138 virtual DownloadShelf* GetDownloadShelf() OVERRIDE; 139 virtual DownloadShelf* GetDownloadShelf() OVERRIDE;
139 virtual void ConfirmBrowserCloseWithPendingDownloads() OVERRIDE; 140 virtual void ConfirmBrowserCloseWithPendingDownloads() OVERRIDE;
140 virtual void UserChangedTheme() OVERRIDE; 141 virtual void UserChangedTheme() OVERRIDE;
141 virtual int GetExtraRenderViewHeight() const OVERRIDE; 142 virtual int GetExtraRenderViewHeight() const OVERRIDE;
142 virtual void WebContentsFocused(content::WebContents* contents) OVERRIDE; 143 virtual void WebContentsFocused(content::WebContents* contents) OVERRIDE;
143 virtual void ShowPageInfo(Profile* profile, 144 virtual void ShowPageInfo(Profile* profile,
144 const GURL& url, 145 const GURL& url,
145 const content::SSLStatus& ssl, 146 const content::SSLStatus& ssl,
146 bool show_history) OVERRIDE; 147 bool show_history) OVERRIDE;
(...skipping 418 matching lines...) Expand 10 before | Expand all | Expand 10 after
565 // autocomplete popup before the results can be read) and the final window 566 // autocomplete popup before the results can be read) and the final window
566 // position is unimportant. 567 // position is unimportant.
567 bool debounce_timer_disabled_; 568 bool debounce_timer_disabled_;
568 569
569 content::NotificationRegistrar registrar_; 570 content::NotificationRegistrar registrar_;
570 571
571 DISALLOW_COPY_AND_ASSIGN(BrowserWindowGtk); 572 DISALLOW_COPY_AND_ASSIGN(BrowserWindowGtk);
572 }; 573 };
573 574
574 #endif // CHROME_BROWSER_UI_GTK_BROWSER_WINDOW_GTK_H_ 575 #endif // CHROME_BROWSER_UI_GTK_BROWSER_WINDOW_GTK_H_
OLDNEW
« no previous file with comments | « chrome/browser/ui/cocoa/view_id_util_browsertest.mm ('k') | chrome/browser/ui/gtk/browser_window_gtk.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698