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

Unified Diff: blimp/engine/common/blimp_user_agent.h

Issue 1922613003: Add blimp to root GN check_targets (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Added missing dependency for //blimp/client:blimp_shell on //ui/platform_window Created 4 years, 8 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/engine/common/blimp_user_agent.h
diff --git a/blimp/engine/common/blimp_user_agent.h b/blimp/engine/common/blimp_user_agent.h
new file mode 100644
index 0000000000000000000000000000000000000000..e64af88712fcee7499ad3871ad7b4891f3dba9eb
--- /dev/null
+++ b/blimp/engine/common/blimp_user_agent.h
@@ -0,0 +1,21 @@
+// Copyright 2016 The Chromium Authors. All rights reserved.
+// Use of this source code is governed by a BSD-style license that can be
+// found in the LICENSE file.
+
+#ifndef BLIMP_ENGINE_COMMON_BLIMP_USER_AGENT_H_
+#define BLIMP_ENGINE_COMMON_BLIMP_USER_AGENT_H_
+
+#include <string>
+
+#include "content/public/common/content_client.h"
+
+namespace blimp {
+namespace engine {
+
+std::string GetBlimpEngineUserAgent();
+void SetClientOSInfo(std::string client_os_info);
+
+} // namespace engine
+} // namespace blimp
+
+#endif // BLIMP_ENGINE_COMMON_BLIMP_USER_AGENT_H_

Powered by Google App Engine
This is Rietveld 408576698