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

Unified Diff: blimp/client/app/android/blimp_client_session_android.cc

Issue 2473543002: Set the user agent for 0.6 (Closed)
Patch Set: nits 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
« no previous file with comments | « blimp/client/app/BUILD.gn ('k') | blimp/client/app/session/blimp_client_session.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: blimp/client/app/android/blimp_client_session_android.cc
diff --git a/blimp/client/app/android/blimp_client_session_android.cc b/blimp/client/app/android/blimp_client_session_android.cc
index eebfe7b20a797ea9ec79e170fbbda699bd475a39..2ed830e94ea61eca5dda8eaf12b3cc118988e025 100644
--- a/blimp/client/app/android/blimp_client_session_android.cc
+++ b/blimp/client/app/android/blimp_client_session_android.cc
@@ -9,7 +9,6 @@
#include "base/android/jni_string.h"
#include "base/android/scoped_java_ref.h"
#include "base/threading/thread_task_runner_handle.h"
-#include "blimp/client/app/user_agent.h"
#include "blimp/client/core/contents/tab_control_feature.h"
#include "blimp/client/core/session/assignment_source.h"
#include "blimp/client/core/settings/settings_feature.h"
@@ -67,10 +66,6 @@ BlimpClientSessionAndroid::BlimpClientSessionAndroid(
ime_dialog_.reset(new ImeHelperDialog(window));
GetImeFeature()->set_delegate(ime_dialog_.get());
- // Send OS info before creating any tab.
- GetSettingsFeature()->SendUserAgentOSVersionInfo(
- GetOSVersionInfoForUserAgent());
-
// Create a single tab's WebContents.
// TODO(kmarshall): Remove this once we add tab-literacy to Blimp.
GetTabControlFeature()->CreateTab(kDummyTabId);
« no previous file with comments | « blimp/client/app/BUILD.gn ('k') | blimp/client/app/session/blimp_client_session.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698