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

Side by Side Diff: chrome/browser/intents/default_web_intent_service.cc

Issue 9370043: Add default intents methods for web data service. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Merge to head Created 8 years, 10 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 // Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #include "chrome/browser/intents/default_web_intent_service.h" 5 #include "chrome/browser/intents/default_web_intent_service.h"
6 6
7 DefaultWebIntentService::DefaultWebIntentService() 7 DefaultWebIntentService::DefaultWebIntentService()
8 : url_pattern(URLPattern::SCHEME_ALL), user_date(-1), suppression(0) {} 8 : url_pattern(URLPattern::SCHEME_ALL, URLPattern::kAllUrlsPattern),
9 user_date(-1),
10 suppression(0) {}
9 11
10 DefaultWebIntentService::~DefaultWebIntentService() {} 12 DefaultWebIntentService::~DefaultWebIntentService() {}
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/webdata/web_data_service.h » ('j') | chrome/browser/webdata/web_data_service_unittest.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698