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

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

Issue 7178002: Open Options page on top of NTP. (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: Add support for about:blank and tests. 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
Index: chrome/browser/ui/browser_navigator.h
diff --git a/chrome/browser/ui/browser_navigator.h b/chrome/browser/ui/browser_navigator.h
index 34706c2e305bad153096ec5be70de4d6068d4d00..6b385e84c679964b8552d6bd76b952c15166db2f 100644
--- a/chrome/browser/ui/browser_navigator.h
+++ b/chrome/browser/ui/browser_navigator.h
@@ -171,6 +171,9 @@ struct NavigateParams {
// Navigates according to the configuration specified in |params|.
void Navigate(NavigateParams* params);
+// If the given navigational URL is a Singleton, return the tab index for it.
+int GetIndexOfSingletonTab(NavigateParams* params);
+
} // namespace browser
#endif // CHROME_BROWSER_UI_BROWSER_NAVIGATOR_H_

Powered by Google App Engine
This is Rietveld 408576698