| Index: chrome/browser/intents/default_web_intent_service.cc
|
| diff --git a/chrome/browser/intents/default_web_intent_service.cc b/chrome/browser/intents/default_web_intent_service.cc
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..1269c60947617094949bc181defef35d8f8776ed
|
| --- /dev/null
|
| +++ b/chrome/browser/intents/default_web_intent_service.cc
|
| @@ -0,0 +1,10 @@
|
| +// Copyright (c) 2011 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/intents/default_web_intent_service.h"
|
| +
|
| +DefaultWebIntentService::DefaultWebIntentService()
|
| + : url_pattern(URLPattern::SCHEME_ALL), user_date(-1), suppression(0) {}
|
| +
|
| +DefaultWebIntentService::~DefaultWebIntentService() {}
|
|
|