| 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 5713b83fda7680273667a713ad12c0c44c30a809..aff41ccacba62dbd7586db02e89120fc841fd84e 100644
|
| --- a/chrome/browser/intents/default_web_intent_service.h
|
| +++ b/chrome/browser/intents/default_web_intent_service.h
|
| @@ -22,6 +22,7 @@
|
| struct DefaultWebIntentService {
|
| string16 action;
|
| string16 type;
|
| +
|
| URLPattern url_pattern;
|
|
|
| // |user_date| holds the offset time when a user set the default.
|
| @@ -35,6 +36,10 @@ struct DefaultWebIntentService {
|
| std::string service_url;
|
|
|
| DefaultWebIntentService();
|
| + DefaultWebIntentService(
|
| + const string16& srv_action,
|
| + const string16& srv_type,
|
| + const std::string& srv_service_url);
|
| ~DefaultWebIntentService();
|
|
|
| bool operator==(const DefaultWebIntentService& other) const;
|
|
|