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

Unified Diff: chrome/common/application_urls.cc

Issue 1128453004: Embed a simple Mojo shell in content (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 7 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: chrome/common/application_urls.cc
diff --git a/ios/web/web_state/credential.cc b/chrome/common/application_urls.cc
similarity index 51%
copy from ios/web/web_state/credential.cc
copy to chrome/common/application_urls.cc
index f7c08cc09732991d5c20b63e2cfc15056536d9d3..8123037923de076b906673b4b00eb28b7157c54d 100644
--- a/ios/web/web_state/credential.cc
+++ b/chrome/common/application_urls.cc
@@ -2,12 +2,10 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "ios/web/public/web_state/credential.h"
+#include "chrome/common/application_urls.h"
-namespace web {
+namespace application_urls {
-Credential::Credential() = default;
+const char kProxyResolver[] = "system:proxy_resolver";
xhwang 2015/05/13 04:36:20 what's the naming convention for this? In html_vie
-Credential::~Credential() = default;
-
-} // namespace web
+} // namespace application_urls

Powered by Google App Engine
This is Rietveld 408576698