| Index: chrome/browser/chrome_browser_main.cc
|
| ===================================================================
|
| --- chrome/browser/chrome_browser_main.cc (revision 181040)
|
| +++ chrome/browser/chrome_browser_main.cc (working copy)
|
| @@ -566,7 +566,7 @@
|
| // content::NotificationObserver implementation.
|
| virtual void Observe(int type,
|
| const content::NotificationSource& source,
|
| - const content::NotificationDetails& details) {
|
| + const content::NotificationDetails& details) OVERRIDE {
|
| DCHECK(type == content::NOTIFICATION_LOAD_COMPLETED_MAIN_FRAME);
|
| startup_metric_utils::OnInitialPageLoadComplete();
|
| delete this;
|
|
|