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

Unified Diff: chrome/browser/ui/tabs/tab_strip_model_observer.h

Issue 23708028: Reduce calling count of UpdateAppState() (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 7 years, 3 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
« chrome/browser/ui/browser.cc ('K') | « chrome/browser/ui/browser.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/tabs/tab_strip_model_observer.h
diff --git a/chrome/browser/ui/tabs/tab_strip_model_observer.h b/chrome/browser/ui/tabs/tab_strip_model_observer.h
index 52b656c365f5e37b88826f5ef2278b32f6fc6786..d12ccdd998eae506fb7dea168f13db69fdf85b11 100644
--- a/chrome/browser/ui/tabs/tab_strip_model_observer.h
+++ b/chrome/browser/ui/tabs/tab_strip_model_observer.h
@@ -40,7 +40,11 @@ class TabStripModelObserver {
// Only the title changed and page isn't loading.
TITLE_NOT_LOADING,
- // Change not characterized by LOADING_ONLY or TITLE_NOT_LOADING.
+ // Only the url changed and loading state isn't changed.
+ URL_CHANGING_ONLY,
+
+ // Change not characterized by LOADING_ONLY, TITLE_NOT_LOADING or
+ // URL_CHANGING_ONLY.
ALL
};
« chrome/browser/ui/browser.cc ('K') | « chrome/browser/ui/browser.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698