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

Unified Diff: blimp/client/core/settings/settings_feature.h

Issue 2349073002: Blimp Settings framework on the c++ side (Closed)
Patch Set: Created 4 years, 3 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: blimp/client/core/settings/settings_feature.h
diff --git a/blimp/client/core/settings/settings_feature.h b/blimp/client/core/settings/settings_feature.h
index 18682822cb3fb77c2a27b560241bc27871df23ee..acc09bdc47938c93940e7d5dbc168a28549b7a2a 100644
--- a/blimp/client/core/settings/settings_feature.h
+++ b/blimp/client/core/settings/settings_feature.h
@@ -33,9 +33,6 @@ class SettingsFeature : public BlimpMessageProcessor {
// Used to send BlimpMessage::TAB_CONTROL messages to the engine.
std::unique_ptr<BlimpMessageProcessor> outgoing_message_processor_;
- // Used to avoid sending unnecessary messages to engine.
- bool record_whole_document_;
-
DISALLOW_COPY_AND_ASSIGN(SettingsFeature);
};

Powered by Google App Engine
This is Rietveld 408576698