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

Unified Diff: chrome/common/extensions/event_filtering_info.h

Issue 10661038: Revert 143896 - Filtered events. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 years, 6 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 | « chrome/common/extensions/api/web_navigation.json ('k') | chrome/common/extensions/event_filtering_info.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/extensions/event_filtering_info.h
===================================================================
--- chrome/common/extensions/event_filtering_info.h (revision 144007)
+++ chrome/common/extensions/event_filtering_info.h (working copy)
@@ -6,14 +6,8 @@
#define CHROME_COMMON_EXTENSIONS_EVENT_FILTERING_INFO_H_
#pragma once
-#include "base/memory/scoped_ptr.h"
#include "googleurl/src/gurl.h"
-#include "v8/include/v8.h"
-namespace base {
-class Value;
-}
-
namespace extensions {
// Extra information about an event that is used in event filtering.
@@ -34,8 +28,6 @@
const GURL& url() const { return url_; }
std::string AsJSONString() const;
- scoped_ptr<base::Value> AsValue() const;
- bool IsEmpty() const;
private:
bool has_url_;
« no previous file with comments | « chrome/common/extensions/api/web_navigation.json ('k') | chrome/common/extensions/event_filtering_info.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698