| Index: chrome/renderer/extensions/app_bindings.cc
|
| diff --git a/chrome/renderer/extensions/app_bindings.cc b/chrome/renderer/extensions/app_bindings.cc
|
| index e502ce65c856dcf830b40fce6499a1bc690bcc61..21ee43828c7f90d5863fc9407b20fe76d7c8286f 100644
|
| --- a/chrome/renderer/extensions/app_bindings.cc
|
| +++ b/chrome/renderer/extensions/app_bindings.cc
|
| @@ -1,4 +1,4 @@
|
| -// Copyright (c) 2011 The Chromium Authors. All rights reserved.
|
| +// Copyright (c) 2012 The Chromium Authors. All rights reserved.
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| @@ -237,8 +237,8 @@ v8::Handle<v8::Value> AppBindingsHandler::GetAppNotifyChannel(
|
| CHECK(render_view);
|
|
|
| Send(new ExtensionHostMsg_GetAppNotifyChannel(
|
| - render_view->GetRoutingId(), context_->web_frame()->document().url(),
|
| - client_id, GetRoutingId(), callback_id));
|
| + render_view->GetRoutingID(), context_->web_frame()->document().url(),
|
| + client_id, GetRoutingID(), callback_id));
|
| return v8::Undefined();
|
| }
|
|
|
|
|