| Index: chrome/browser/sync/glue/session_change_processor.cc
|
| diff --git a/chrome/browser/sync/glue/session_change_processor.cc b/chrome/browser/sync/glue/session_change_processor.cc
|
| index 937cc0e9912a867dd1bb5639a104cd5846f9bc0f..9d28427f154353b7b4f29218817cc6940c98bc9f 100644
|
| --- a/chrome/browser/sync/glue/session_change_processor.cc
|
| +++ b/chrome/browser/sync/glue/session_change_processor.cc
|
| @@ -39,7 +39,7 @@ namespace {
|
|
|
| // The URL at which the set of synced tabs is displayed. We treat it differently
|
| // from all other URL's as accessing it triggers a sync refresh of Sessions.
|
| -static const char kNTPOpenTabSyncURL[] = "chrome://newtab/#opentabs";
|
| +static const char kNTPOpenTabSyncURL[] = "chrome://newtab/#open_tabs";
|
|
|
| // Extract the source SyncedTabDelegate from a NotificationSource originating
|
| // from a NavigationController, if it exists. Returns |NULL| otherwise.
|
|
|