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

Unified Diff: extensions/renderer/activity_log_converter_strategy.h

Issue 384983003: Enabling AdInjectionBrowserTest after Activity Log refactoring. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: comment Created 6 years, 5 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 | « extensions/extensions.gyp ('k') | extensions/renderer/activity_log_converter_strategy.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: extensions/renderer/activity_log_converter_strategy.h
diff --git a/extensions/renderer/activity_log_converter_strategy.h b/extensions/renderer/activity_log_converter_strategy.h
index 4b34ad09391cea49d7ddab2c37f06e2630160f99..9069e64f5c4c6f988e618d7cba40943c0805e037 100644
--- a/extensions/renderer/activity_log_converter_strategy.h
+++ b/extensions/renderer/activity_log_converter_strategy.h
@@ -36,21 +36,12 @@ class ActivityLogConverterStrategy
v8::Isolate* isolate,
const FromV8ValueCallback& callback) const OVERRIDE;
- void set_enable_detailed_parsing(bool enable_detailed_parsing) {
- enable_detailed_parsing_ = enable_detailed_parsing;
- }
-
private:
bool FromV8Internal(v8::Handle<v8::Object> value,
base::Value** out,
v8::Isolate* isolate,
const FromV8ValueCallback& callback) const;
- // Whether or not to extract a detailed value from the passed in objects. We
- // do this when we need more information about the arguments in order to
- // determine, e.g., if an ad was injected.
- bool enable_detailed_parsing_;
-
DISALLOW_COPY_AND_ASSIGN(ActivityLogConverterStrategy);
};
« no previous file with comments | « extensions/extensions.gyp ('k') | extensions/renderer/activity_log_converter_strategy.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698