Index: chrome/browser/ui/android/tab_model/tab_model.h |
diff --git a/chrome/browser/ui/android/tab_model/tab_model.h b/chrome/browser/ui/android/tab_model/tab_model.h |
index dc2a00268921b58ad4b08d6db778352c4cf9e224..393b5d37613df279265c9b8aeab14ac4fcc87432 100644 |
--- a/chrome/browser/ui/android/tab_model/tab_model.h |
+++ b/chrome/browser/ui/android/tab_model/tab_model.h |
@@ -58,6 +58,12 @@ class TabModel : public content::NotificationObserver, |
ToolbarModel::SecurityLevel GetSecurityLevelForCurrentTab(); |
+ // Returns search terms extracted from the current url if possible. |
+ string16 GetSearchTermsForCurrentUrl(); |
Ted C
2013/03/01 02:50:21
Hmm...I would still probably say CurrentTab instea
Yusuf
2013/03/01 18:58:20
Done.
|
+ |
+ // Returns the parameter that is used to trigger query extraction. |
+ std::string GetQueryExtractionParam(); |
+ |
protected: |
// Instructs the TabModel to broadcast a notification that all tabs are now |
// loaded from storage. |