| Index: chrome/browser/dom_ui/tips_handler.cc
|
| ===================================================================
|
| --- chrome/browser/dom_ui/tips_handler.cc (revision 19737)
|
| +++ chrome/browser/dom_ui/tips_handler.cc (working copy)
|
| @@ -22,9 +22,10 @@
|
| }
|
|
|
| DOMMessageHandler* TipsHandler::Attach(DOMUI* dom_ui) {
|
| + dom_ui_ = dom_ui;
|
| tips_cache_ = dom_ui_->GetProfile()->GetPrefs()->
|
| GetDictionary(prefs::kNTPTipsCache);
|
| - return DOMMessageHandler::Attach(dom_ui);
|
| + return DOMMessageHandler::Attach(dom_ui);
|
| }
|
|
|
| void TipsHandler::RegisterMessages() {
|
|
|