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

Unified Diff: chrome/browser/chromeos/login/web_page_screen.cc

Issue 8505016: chromeos: Add missing OVERRIDE annotation to classes implementing TabContentsDelegate::IsPopup (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 9 years, 1 month 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/chromeos/login/web_page_screen.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/chromeos/login/web_page_screen.cc
diff --git a/chrome/browser/chromeos/login/web_page_screen.cc b/chrome/browser/chromeos/login/web_page_screen.cc
index fd35711f1ad8c2b71de29cf1d7e8cb6a3fdef2f1..86e3a11c56a7e51ced506add19b84da04a688103 100644
--- a/chrome/browser/chromeos/login/web_page_screen.cc
+++ b/chrome/browser/chromeos/login/web_page_screen.cc
@@ -1,4 +1,4 @@
-// Copyright (c) 2010 The Chromium Authors. All rights reserved.
+// Copyright (c) 2011 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
@@ -24,10 +24,6 @@ WebPageScreen::~WebPageScreen() {}
///////////////////////////////////////////////////////////////////////////////
// WebPageScreen, TabContentsDelegate implementation:
-bool WebPageScreen::IsPopup(TabContents* source) {
- return false;
-}
-
bool WebPageScreen::ShouldAddNavigationToHistory(
const history::HistoryAddPageArgs& add_page_args,
content::NavigationType navigation_type) {
« no previous file with comments | « chrome/browser/chromeos/login/web_page_screen.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698