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

Unified Diff: chrome/browser/ui/webui/instant_ui.h

Issue 10836031: Remove Instant v1 API. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Update history, title, favicon Created 8 years, 4 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/browser/ui/views/location_bar/suggested_text_view.cc ('k') | chrome/browser/ui/webui/instant_ui.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/webui/instant_ui.h
diff --git a/chrome/browser/ui/webui/instant_ui.h b/chrome/browser/ui/webui/instant_ui.h
index 0260eeca413a8eaaafaa7423a98e5c78e2a8f62b..a5a2d8fa8bbe40a92e8f5d829a058f972cd06eab 100644
--- a/chrome/browser/ui/webui/instant_ui.h
+++ b/chrome/browser/ui/webui/instant_ui.h
@@ -7,14 +7,14 @@
#include "content/public/browser/web_ui_controller.h"
-// Provides configuration options for instant web search.
+// Provides configuration options for Instant web search.
class InstantUI : public content::WebUIController {
public:
// Constructs an instance using |web_ui| for its data sources and message
// handlers.
explicit InstantUI(content::WebUI* web_ui);
- // Returns a scale factor to slow down instant animations.
+ // Returns a scale factor to slow down Instant animations.
static int GetSlowAnimationScaleFactor();
private:
« no previous file with comments | « chrome/browser/ui/views/location_bar/suggested_text_view.cc ('k') | chrome/browser/ui/webui/instant_ui.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698