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

Unified Diff: android_webview/browser/aw_locale_manager.cc

Issue 1172093002: Implement HttpUserAgentSettings delegate for Android WebView (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: New plumbing Created 5 years, 6 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: android_webview/browser/aw_locale_manager.cc
diff --git a/chrome/common/chrome_version.cc.version b/android_webview/browser/aw_locale_manager.cc
similarity index 52%
copy from chrome/common/chrome_version.cc.version
copy to android_webview/browser/aw_locale_manager.cc
index 54e062bb931046619a1e1a53298d2cbccbecccad..acc1e5c71e40179a5d29b96eda787fbf1d0d9bd0 100644
--- a/chrome/common/chrome_version.cc.version
+++ b/android_webview/browser/aw_locale_manager.cc
@@ -2,10 +2,10 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "chrome/common/chrome_constants.h"
+#include "android_webview/browser/aw_locale_manager.h"
-namespace chrome {
+namespace android_webview {
-const char kChromeVersion[] = "@MAJOR@.@MINOR@.@BUILD@.@PATCH@";
+AwLocaleManager::~AwLocaleManager() {}
Torne 2015/07/17 13:33:18 You can inline this safely since this type is just
ctserng 2015/07/17 16:51:14 Will do.
-} // namespace chrome
+} // namespace android_webview

Powered by Google App Engine
This is Rietveld 408576698