Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(475)

Unified Diff: chrome/browser/extensions/app_notification_test_util.h

Issue 12680004: Remove chrome/ code to handle App Notifications (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix merge conflicts. Created 7 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/browser/extensions/app_notification_test_util.h
diff --git a/chrome/browser/extensions/app_notification_test_util.h b/chrome/browser/extensions/app_notification_test_util.h
deleted file mode 100644
index 3ba55036d543084f3c30bdb76a6ba0d648fadd86..0000000000000000000000000000000000000000
--- a/chrome/browser/extensions/app_notification_test_util.h
+++ /dev/null
@@ -1,34 +0,0 @@
-// 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.
-
-#ifndef CHROME_BROWSER_EXTENSIONS_APP_NOTIFICATION_TEST_UTIL_H_
-#define CHROME_BROWSER_EXTENSIONS_APP_NOTIFICATION_TEST_UTIL_H_
-
-#include "chrome/browser/extensions/app_notification.h"
-
-namespace extensions {
-class AppNotificationManager;
-}
-
-namespace app_notification_test_util {
-
-// Does a deep equality check of two AppNotificationList's, adding a gtest
-// failure and logging at the first difference found.
-void ExpectListsEqual(const extensions::AppNotificationList& one,
- const extensions::AppNotificationList& two);
-
-// Helper for inserting |count| dummy notifications with |prefix| in their
-// title and body into |list|.
-void AddNotifications(extensions::AppNotificationList* list,
- const std::string& extension_id,
- int count,
- const std::string& prefix);
-
-// Adds a copy of each item in |list| to |manager|.
-bool AddCopiesFromList(extensions::AppNotificationManager* manager,
- const extensions::AppNotificationList& list);
-
-} // namespace app_notification_test_util
-
-#endif // CHROME_BROWSER_EXTENSIONS_APP_NOTIFICATION_TEST_UTIL_H_

Powered by Google App Engine
This is Rietveld 408576698