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

Unified Diff: chrome/common/url_constants.h

Issue 134103005: [Hotword] Putting preferences under search for hotword service. Putting behind a flag. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: fixing comments and call order Created 6 years, 11 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/url_constants.h
diff --git a/chrome/common/url_constants.h b/chrome/common/url_constants.h
index 40bf4b98159d5d6a369ddc165e5b2ad33d7247f2..bc67041abba8713519294d5a3f839f67ad51774e 100644
--- a/chrome/common/url_constants.h
+++ b/chrome/common/url_constants.h
@@ -406,6 +406,9 @@ extern const char kBlockedPluginLearnMoreURL[];
// The URL for the "About Voice Recognition" menu item.
extern const char kSpeechInputAboutURL[];
+// The URL for the "Learn more" page for hotword search voice trigger.
+extern const char kHotwordLearnMoreURL[];
+
// The URL for the "Learn more" page for register protocol handler infobars.
extern const char kLearnMoreRegisterProtocolHandlerURL[];

Powered by Google App Engine
This is Rietveld 408576698