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

Unified Diff: third_party/WebKit/Source/core/inspector/InspectorCSSAgent.h

Issue 2916283002: Revert of DevTools: require enabling CSS domain before running CSS.* commands. (Closed)
Patch Set: Created 3 years, 7 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
Index: third_party/WebKit/Source/core/inspector/InspectorCSSAgent.h
diff --git a/third_party/WebKit/Source/core/inspector/InspectorCSSAgent.h b/third_party/WebKit/Source/core/inspector/InspectorCSSAgent.h
index 81f8b8b53d8d1aaad1a0eff2faa3d3c3b41f9f9c..6b381b27aedbc56262d059f67ad30c05756e0639 100644
--- a/third_party/WebKit/Source/core/inspector/InspectorCSSAgent.h
+++ b/third_party/WebKit/Source/core/inspector/InspectorCSSAgent.h
@@ -280,8 +280,6 @@
InspectorStyleSheet* InspectorStyleSheetForRule(CSSStyleRule*);
InspectorStyleSheet* ViaInspectorStyleSheet(Document*);
-
- protocol::Response AssertEnabled();
protocol::Response AssertInspectorStyleSheetForId(const String&,
InspectorStyleSheet*&);
protocol::Response AssertStyleSheetForId(const String&,
@@ -354,7 +352,6 @@
Member<CSSStyleSheet> inspector_user_agent_style_sheet_;
int resource_content_loader_client_id_;
- bool was_enabled_ = false;
friend class InspectorResourceContentLoaderCallback;
friend class StyleSheetBinder;

Powered by Google App Engine
This is Rietveld 408576698