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

Unified Diff: chrome/browser/intents/cws_intents_registry.h

Issue 10821068: Revert 148720 - [Web Intents] Localization of intent titles for CWS suggestions (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 years, 5 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
« no previous file with comments | « no previous file | chrome/browser/intents/cws_intents_registry.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/intents/cws_intents_registry.h
===================================================================
--- chrome/browser/intents/cws_intents_registry.h (revision 148750)
+++ chrome/browser/intents/cws_intents_registry.h (working copy)
@@ -17,8 +17,6 @@
class URLRequestContextGetter;
}
-class CWSIntentsRegistryForTest;
-
// Handles storing and retrieving of web intents in the web database.
// The registry provides filtering logic to retrieve specific types of intents.
class CWSIntentsRegistry : public ProfileKeyedService,
@@ -58,7 +56,8 @@
// Make sure that only CWSIntentsRegistryFactory can create an instance of
// CWSIntentsRegistry.
friend class CWSIntentsRegistryFactory;
- friend class ::CWSIntentsRegistryForTest;
+ FRIEND_TEST_ALL_PREFIXES(CWSIntentsRegistryTest, ValidQuery);
+ FRIEND_TEST_ALL_PREFIXES(CWSIntentsRegistryTest, InvalidQuery);
struct IntentsQuery;
« no previous file with comments | « no previous file | chrome/browser/intents/cws_intents_registry.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698