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

Unified Diff: chrome/browser/ui/browser.h

Issue 6475018: Remove declaration for function removed more than half a year ago in r56752. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 9 years, 10 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/browser.h
===================================================================
--- chrome/browser/ui/browser.h (revision 74836)
+++ chrome/browser/ui/browser.h (working copy)
@@ -938,24 +938,6 @@
// Assorted utility functions ///////////////////////////////////////////////
- // Checks whether |source| is about to navigate across extension extents, and
- // if so, navigates in the correct window. For example if this is a normal
- // browser and we're about to navigate into an extent, this method will
- // navigate the app's window instead. If we're in an app window and
- // navigating out of the app, this method will find and navigate a normal
- // browser instead.
- //
- // Returns true if the navigation was handled, eg, it was opened in some other
- // browser.
- //
- // Returns false if it was not handled. In this case, the method may also
- // modify |disposition| to a more suitable value.
- bool HandleCrossAppNavigation(TabContents* source,
- const GURL& url,
- const GURL& referrer,
- WindowOpenDisposition *disposition,
- PageTransition::Type transition);
-
// Shows the Find Bar, optionally selecting the next entry that matches the
// existing search string for that Tab. |forward_direction| controls the
// search direction.
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698