| Index: chrome/browser/extensions/api/push_messaging/invalidation_handler_unittest.cc
|
| diff --git a/chrome/browser/extensions/api/push_messaging/invalidation_handler_unittest.cc b/chrome/browser/extensions/api/push_messaging/invalidation_handler_unittest.cc
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..fdc9a877f335889af03bcd5525ada8be3cd8ebb0
|
| --- /dev/null
|
| +++ b/chrome/browser/extensions/api/push_messaging/invalidation_handler_unittest.cc
|
| @@ -0,0 +1,16 @@
|
| +// 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.
|
| +
|
| +#include "chrome/browser/extensions/api/push_messaging/invalidation_handler.h"
|
| +
|
| +#include "testing/gtest/include/gtest/gtest.h"
|
| +
|
| +TEST(InvalidationHandlerTest, RegisterExtension) {
|
| +}
|
| +
|
| +TEST(InvalidationHandlerTest, UnregisterExtension) {
|
| +}
|
| +
|
| +TEST(InvalidationHandlerTest, OnIncomingNotification) {
|
| +}
|
|
|