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

Unified Diff: chrome/common/url_constants.cc

Issue 1223793018: Fake MD Flags sample WebUI (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase, update to GYP v2 Created 4 years, 10 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
« no previous file with comments | « chrome/common/url_constants.h ('k') | third_party/closure_compiler/compiled_resources2.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/url_constants.cc
diff --git a/chrome/common/url_constants.cc b/chrome/common/url_constants.cc
index 71e6bd4f8c4b7daa798215d7ca0311f10247f560..a7524268116c6da911c7548112790fb6fe9eda3a 100644
--- a/chrome/common/url_constants.cc
+++ b/chrome/common/url_constants.cc
@@ -58,6 +58,7 @@ const char kChromeUIInstantURL[] = "chrome://instant/";
const char kChromeUIInterstitialURL[] = "chrome://interstitials/";
const char kChromeUIInvalidationsURL[] = "chrome://invalidations/";
const char kChromeUILargeIconURL[] = "chrome://large-icon/";
+const char kChromeUIMdFlagsURL[] = "chrome://md-flags/";
const char kChromeUIMdPolicyURL[] = "chrome://md-policy/";
const char kChromeUIMdSettingsURL[] = "chrome://md-settings/";
const char kChromeUIMemoryRedirectURL[] = "chrome://memory-redirect/";
@@ -200,6 +201,7 @@ const char kChromeUIInvalidationsHost[] = "invalidations";
const char kChromeUIKillHost[] = "kill";
const char kChromeUILargeIconHost[] = "large-icon";
const char kChromeUILocalStateHost[] = "local-state";
+const char kChromeUIMdFlagsHost[] = "md-flags";
const char kChromeUIMdPolicyHost[] = "md-policy";
const char kChromeUIMdSettingsHost[] = "md-settings";
const char kChromeUIMemoryHost[] = "memory";
« no previous file with comments | « chrome/common/url_constants.h ('k') | third_party/closure_compiler/compiled_resources2.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698