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

Unified Diff: chrome/browser/chromeos/frame/panel_browser_view.h

Issue 7046055: Fix errors caught by clang. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 6 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 | « no previous file | chrome/browser/chromeos/frame/panel_browser_view.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/chromeos/frame/panel_browser_view.h
diff --git a/chrome/browser/chromeos/frame/panel_browser_view.h b/chrome/browser/chromeos/frame/panel_browser_view.h
index 487914f87d0baa2b20881b19480fac2b54755a2e..a567caefcee9abd20bbebfa0c718396c172636b0 100644
--- a/chrome/browser/chromeos/frame/panel_browser_view.h
+++ b/chrome/browser/chromeos/frame/panel_browser_view.h
@@ -33,7 +33,7 @@ class PanelBrowserView : public ::BrowserView,
virtual void Close() OVERRIDE;
virtual void UpdateTitleBar() OVERRIDE;
virtual WindowOpenDisposition GetDispositionForPopupBounds(
- const gfx::Rect& bounds) OVERRIDE OVERRIDE;
+ const gfx::Rect& bounds) OVERRIDE;
virtual bool GetSavedWindowBounds(gfx::Rect* bounds) const OVERRIDE;
virtual void OnWindowActivationChanged(bool active) OVERRIDE;
@@ -48,7 +48,6 @@ class PanelBrowserView : public ::BrowserView,
virtual bool CanClosePanel() OVERRIDE;
virtual void ClosePanel() OVERRIDE;
virtual void ActivatePanel() OVERRIDE;
- virtual void OnPanelStateChanged(PanelController::State state) OVERRIDE;
// Specific to PanelBrowserView.
void SetCreatorView(PanelBrowserView* creator);
« no previous file with comments | « no previous file | chrome/browser/chromeos/frame/panel_browser_view.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698