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

Unified Diff: chrome/browser/sessions/session_restore.cc

Issue 10698068: chrome: Put browser_navigator.h into chrome namespace. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: already in chrome namespace Created 8 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 | « chrome/browser/protector/session_startup_change.cc ('k') | chrome/browser/ssl/ssl_browser_tests.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/sessions/session_restore.cc
diff --git a/chrome/browser/sessions/session_restore.cc b/chrome/browser/sessions/session_restore.cc
index ab28e8cc64ddea5efd9f8c4b2653624c78715a19..98708651d0277a09c6280b2421149f3345f1250c 100644
--- a/chrome/browser/sessions/session_restore.cc
+++ b/chrome/browser/sessions/session_restore.cc
@@ -966,12 +966,12 @@ class SessionRestoreImpl : public content::NotificationObserver {
if (i == 0)
add_types |= TabStripModel::ADD_ACTIVE;
int index = chrome::GetIndexForInsertionDuringRestore(browser, i);
- browser::NavigateParams params(browser, urls[i],
- content::PAGE_TRANSITION_START_PAGE);
+ chrome::NavigateParams params(browser, urls[i],
+ content::PAGE_TRANSITION_START_PAGE);
params.disposition = i == 0 ? NEW_FOREGROUND_TAB : NEW_BACKGROUND_TAB;
params.tabstrip_index = index;
params.tabstrip_add_types = add_types;
- browser::Navigate(&params);
+ chrome::Navigate(&params);
}
}
« no previous file with comments | « chrome/browser/protector/session_startup_change.cc ('k') | chrome/browser/ssl/ssl_browser_tests.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698