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

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

Issue 2473543002: Set the user agent for 0.6 (Closed)
Patch Set: remove settings_feature from BlimpClientSession Created 4 years, 1 month 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 8d22238bb21d02845a2897f2cc057195f6bb284e..04dcb4b51ff94bb2cbf4f1e4453def76e80f8905 100644
--- a/blimp/client/core/settings/settings_feature.h
+++ b/blimp/client/core/settings/settings_feature.h
@@ -26,8 +26,6 @@ class SettingsFeature : public BlimpMessageProcessor, public SettingsObserver {
void set_outgoing_message_processor(
std::unique_ptr<BlimpMessageProcessor> processor);
- void SendUserAgentOSVersionInfo(const std::string& client_os_info);
-
// BlimpMessageProcessor implementation.
void ProcessMessage(std::unique_ptr<BlimpMessage> message,
const net::CompletionCallback& callback) override;

Powered by Google App Engine
This is Rietveld 408576698