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

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

Issue 10824099: Add == support for DefaultWebIntentService. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
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/default_web_intent_service.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/intents/default_web_intent_service.h
diff --git a/chrome/browser/intents/default_web_intent_service.h b/chrome/browser/intents/default_web_intent_service.h
index c1962acc27066b89837711283896d1132db2ab8a..5713b83fda7680273667a713ad12c0c44c30a809 100644
--- a/chrome/browser/intents/default_web_intent_service.h
+++ b/chrome/browser/intents/default_web_intent_service.h
@@ -36,6 +36,8 @@ struct DefaultWebIntentService {
DefaultWebIntentService();
~DefaultWebIntentService();
+
+ bool operator==(const DefaultWebIntentService& other) const;
};
#endif // CHROME_BROWSER_INTENTS_DEFAULT_WEB_INTENT_SERVICE_H_
« no previous file with comments | « no previous file | chrome/browser/intents/default_web_intent_service.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698