| Index: chrome/browser/extensions/api/declarative/rules_registry.cc
|
| diff --git a/chrome/browser/extensions/api/declarative/rules_registry.cc b/chrome/browser/extensions/api/declarative/rules_registry.cc
|
| index 12f1d3cfd737613c05bd0461650bc42b1feee91d..1f4ca6ffacc913472cf85d31913db4a45c3a5d62 100644
|
| --- a/chrome/browser/extensions/api/declarative/rules_registry.cc
|
| +++ b/chrome/browser/extensions/api/declarative/rules_registry.cc
|
| @@ -1,4 +1,4 @@
|
| -// Copyright (c) 2012 The Chromium Authors. All rights reserved.
|
| +// Copyright (c) 2013 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.
|
|
|
| @@ -75,10 +75,12 @@ RulesRegistry::RulesRegistry(
|
| Profile* profile,
|
| const std::string& event_name,
|
| content::BrowserThread::ID owner_thread,
|
| - RulesCacheDelegate* cache_delegate)
|
| + RulesCacheDelegate* cache_delegate,
|
| + const WebViewKey& webview_key)
|
| : profile_(profile),
|
| owner_thread_(owner_thread),
|
| event_name_(event_name),
|
| + webview_key_(webview_key),
|
| weak_ptr_factory_(profile ? this : NULL),
|
| process_changed_rules_requested_(profile ? NOT_SCHEDULED_FOR_PROCESSING
|
| : NEVER_PROCESS),
|
|
|