| Index: win8/metro_driver/chrome_app_view.cc
|
| diff --git a/win8/metro_driver/chrome_app_view.cc b/win8/metro_driver/chrome_app_view.cc
|
| index 7ad536490b16a5d55dffe26c16bef3cff430ea9e..e48779543215f6139bf436dee47d6a23de86a14b 100644
|
| --- a/win8/metro_driver/chrome_app_view.cc
|
| +++ b/win8/metro_driver/chrome_app_view.cc
|
| @@ -305,20 +305,6 @@ void FlipFrameWindowsInternal() {
|
|
|
| } // namespace
|
|
|
| -HRESULT ChromeAppView::TileRequestCreateDone(
|
| - winfoundtn::IAsyncOperation<bool>* async,
|
| - AsyncStatus status) {
|
| - if (status == Completed) {
|
| - unsigned char result;
|
| - CheckHR(async->GetResults(&result));
|
| - DVLOG(1) << __FUNCTION__ << " result " << static_cast<int>(result);
|
| - } else {
|
| - LOG(ERROR) << __FUNCTION__ << " Unexpected async status " << status;
|
| - }
|
| -
|
| - return S_OK;
|
| -}
|
| -
|
| void ChromeAppView::DisplayNotification(
|
| const ToastNotificationHandler::DesktopNotification& notification) {
|
| DVLOG(1) << __FUNCTION__;
|
|
|